aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-10 01:38:59 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-10 01:38:59 +0000
commitfdcad61fd52091a38324019e97a31d6f31c91a42 (patch)
treeb6385232da9380dd34cc61b0220161a8d195296a
parent97b1ac1aefb3c63308aeca1654121964b2501f41 (diff)
downloadpostgresql-fdcad61fd52091a38324019e97a31d6f31c91a42.tar.gz
postgresql-fdcad61fd52091a38324019e97a31d6f31c91a42.zip
Add:
* Add COMMENT ON for all cluster global objects (users, groups, databases and tablespaces)
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b2cbe2a1ba8..b2c9dc4940d 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: Mon Aug 9 18:47:55 EDT 2004
+Last updated: Mon Aug 9 21:39:00 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -328,6 +328,8 @@ Commands
* 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
+* Add COMMENT ON for all cluster global objects (users, groups,
+ databases and tablespaces)
* ALTER
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT