Update TODO list.

This commit is contained in:
Bruce Momjian 2001-11-29 05:53:46 +00:00
parent 65aed07d80
commit f1d39629b2
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Wed Nov 28 15:18:30 EST 2001
Last updated: Thu Nov 29 00:53:42 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -194,6 +194,7 @@ COMMANDS
o MOVE 0 should not move to end of cursor
o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
o Allow DELETE WHERE CURRENT OF cursor
o Prevent DROP of table being referenced by our own open cursor
* INSERT
o Allow INSERT/UPDATE of system-generated oid value for a row
o Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)