diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-12 17:32:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-12 17:32:40 +0000 |
commit | 9dd53f6c52159656376eed738544ee7f1806c7b7 (patch) | |
tree | 867d53d24b3c1059714fbb08a1b59265a0875773 /doc | |
parent | c0ead4883c97c75111a38d3420af60403b891d10 (diff) | |
download | postgresql-9dd53f6c52159656376eed738544ee7f1806c7b7.tar.gz postgresql-9dd53f6c52159656376eed738544ee7f1806c7b7.zip |
Update TODO list.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 12 11:43:40 EDT 2000 +Last updated: Thu Oct 12 13:32:28 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -141,7 +141,8 @@ COMMANDS * Allow BINARY option to SELECT, like we do with DECLARE * MOVE 0 should not move to end of cursor * Overhaul ACL (access control) code - +* Allow ORDER BY...LIMIT in INSERT INTO ... SELECT + CLIENTS * Make NULL's come out at the beginning or end depending on the |