We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5ff9566 commit5c9d069Copy full SHA for 5c9d069
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Sat Jul10 23:10:53 EDT 2004
+Last updated:Sun Jul11 17:50:00 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
11
@@ -195,6 +195,7 @@ Commands
195
* Add a session mode to warn about non-standard SQL usage
196
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
197
* Add ON COMMIT capability to CREATE TABLE AS SELECT
198
+* Add NOVICE output level for helpful messages like automatic sequence/index creation
199
200
* ALTER
201
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT