OSDN Git Service

Removed, shared table:
authorBruce Momjian <bruce@momjian.us>
Mon, 9 Aug 2004 22:48:01 +0000 (22:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 9 Aug 2004 22:48:01 +0000 (22:48 +0000)
< * Add COMMENT for tablespaces

doc/TODO

index 41ab16d..b2cbe2a 100644 (file)
--- 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: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