diff options
author | Bruce Momjian | 2000-06-08 15:48:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-06-08 15:48:20 +0000 |
commit | d812de671a424e41c2e21f94a8e4b8bc17b838e8 (patch) | |
tree | 5c529b0430652fae03adb1023446c9016ef619e6 | |
parent | ef0c80ac23744bef1a6b7abc73d47dcf3c0dab5b (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jun 7 15:55:34 EDT 2000 +Last updated: Thu Jun 8 11:47:25 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -129,6 +129,7 @@ COMMANDS * Allow DELETE and UPDATE to use inheritance using tablename* * Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...) * Allow BINARY option to SELECT, like we do with DECLARE +* Prevent truncate on table acting as foreign key CLIENTS |