diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-09 22:48:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-09 22:48:01 +0000 |
commit | 1ad8aedb5f7ab6342939d18d784c9dee285e82c8 (patch) | |
tree | 7d1bda3fe9f182789f2aa5942f0f33fa061e4df9 | |
parent | 8196e1f85ac0ca19bdf95dd590ff7922d4a0844f (diff) | |
download | postgresql-1ad8aedb5f7ab6342939d18d784c9dee285e82c8.tar.gz postgresql-1ad8aedb5f7ab6342939d18d784c9dee285e82c8.zip |
Removed, shared table:
< * Add COMMENT for tablespaces
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 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: Mon Aug 9 18:39:14 EDT 2004 +Last updated: Mon Aug 9 18:47:55 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -328,7 +328,6 @@ 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 for tablespaces * ALTER o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT |