From: Bruce Momjian Date: Mon, 12 Jun 2000 01:12:26 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1_BETA~1134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=552ce98c74b1a95594beff0d186bd9ea6b594e5f;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 9dcf83e2f7..f6cc183dc7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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