aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-05-11 20:23:05 +0000
committerBruce Momjian <bruce@momjian.us>2004-05-11 20:23:05 +0000
commit270c9aa34ad0448806ece6eb04f44bd60a5519dc (patch)
treee7993dbce352faefb22b2e78509ae6fb07de65be
parenta2160c5eeb9c6457dc2da5f7a406dee182e302c4 (diff)
downloadpostgresql-270c9aa34ad0448806ece6eb04f44bd60a5519dc.tar.gz
postgresql-270c9aa34ad0448806ece6eb04f44bd60a5519dc.zip
Add DELETE:
> * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 234afaa2c7f..f49e48daddb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue May 11 09:44:01 EDT 2004
+Last updated: Tue May 11 16:23:02 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -187,7 +187,7 @@ Commands
* Have pg_ctl look at PGHOST in case it is a socket directory
* Allow column-level privileges
* Add a session mode to warn about non-standard SQL usage
-* Add MERGE command that does UPDATE, or on failure, INSERT (rules, triggers?)
+* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
* ALTER
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT