Commit f1d39629 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 65aed07d
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, ..)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment