From: Bruce Momjian Date: Sun, 15 Oct 2000 21:50:49 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1_BETA~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=280e9377b1b12a0c2e329079287d58a0a543ba1a;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index b013582315..53ea1f19a9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ ODO list for PostgreSQL ======================== -Last updated: Sun Oct 15 17:44:54 EDT 2000 +Last updated: Sun Oct 15 17:50:15 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -147,6 +147,7 @@ COMMANDS * Overhaul ACL (access control) code * Allow ORDER BY...LIMIT in INSERT INTO ... SELECT * Add SHOW command to display locks +* Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..) CLIENTS