Commit 5c9d069d authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Add NOVICE output level for helpful messages like automatic sequence/index creation
parent 5ff95666
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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. The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
...@@ -195,6 +195,7 @@ Commands ...@@ -195,6 +195,7 @@ Commands
* Add a session mode to warn about non-standard SQL usage * 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 MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
* Add ON COMMIT capability to CREATE TABLE AS SELECT * Add ON COMMIT capability to CREATE TABLE AS SELECT
* Add NOVICE output level for helpful messages like automatic sequence/index creation
* ALTER * ALTER
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment