summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index c086a57ec2b..7d3e82339a7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun May 30 22:58:42 EDT 2004
+Last updated: Tue Jun 8 23:15:47 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -188,6 +188,7 @@ Commands
* Allow column-level privileges
* Add a session mode to warn about non-standard SQL usage
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
+* Add ON COMMIT capability to CREATE TABLE AS SELECT
* ALTER
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT