diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-11 21:57:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-11 21:57:03 +0000 |
commit | 5c9d069daffb843afe07da013ff654a4953d2856 (patch) | |
tree | 1e778dbba4b83d1576804a2c5a7fa39bfdca9ac7 | |
parent | 5ff9566686816c4052b4cddbbd18f612ff89af61 (diff) | |
download | postgresql-5c9d069daffb843afe07da013ff654a4953d2856.tar.gz postgresql-5c9d069daffb843afe07da013ff654a4953d2856.zip |
Add:
> * Add NOVICE output level for helpful messages like automatic sequence/index creation
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |