From 280e9377b1b12a0c2e329079287d58a0a543ba1a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 15 Oct 2000 21:50:49 +0000 Subject: [PATCH] Update TODO list. --- doc/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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