aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-09 22:39:18 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-09 22:39:18 +0000
commit8196e1f85ac0ca19bdf95dd590ff7922d4a0844f (patch)
treefeba79298c6c4a32a53e93ebaf3f8ececaaef184
parent8cf8b47a21575e927e3c95ba9e1306bf295fd726 (diff)
downloadpostgresql-8196e1f85ac0ca19bdf95dd590ff7922d4a0844f.tar.gz
postgresql-8196e1f85ac0ca19bdf95dd590ff7922d4a0844f.zip
Add:
> * Add COMMENT for tablespaces
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 80a410196c2..41ab16d5494 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: Fri Aug 6 21:58:13 EDT 2004
+Last updated: Mon Aug 9 18:39:14 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -328,6 +328,7 @@ 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