diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-12 01:12:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-12 01:12:26 +0000 |
commit | 552ce98c74b1a95594beff0d186bd9ea6b594e5f (patch) | |
tree | 2d7a0bdc2342e4e74beaf53a6f9c006b57986af2 | |
parent | 3477957b44baf2b53f95207ff8824a0361301a2e (diff) | |
download | postgresql-552ce98c74b1a95594beff0d186bd9ea6b594e5f.tar.gz postgresql-552ce98c74b1a95594beff0d186bd9ea6b594e5f.zip |
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: Fri Jun 9 08:12:59 EDT 2000 +Last updated: Sun Jun 11 21:11:41 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -131,6 +131,7 @@ COMMANDS * 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 with a referential integrity trigger +* MOVE 0 should not move to end of cursor CLIENTS |