From 5c9d069daffb843afe07da013ff654a4953d2856 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 11 Jul 2004 21:57:03 +0000
Subject: [PATCH] Add:

> * Add NOVICE output level for helpful messages like automatic sequence/index creation
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 8bbe1e7429f..02263fdab05 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:		Sat Jul 10 23:10:53 EDT 2004
+Last updated:		Sun Jul 11 17:50:00 EDT 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
 
@@ -195,6 +195,7 @@ Commands
 * Add a session mode to warn about non-standard SQL usage
 * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
 * Add ON COMMIT capability to CREATE TABLE AS SELECT
+* Add NOVICE output level for helpful messages like automatic sequence/index creation
 
 * ALTER
 	o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
-- 
GitLab