Commit aa4a84bd authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent a4e3943b
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Oct 9 03:38:27 EDT 2000 Last updated: Mon Oct 9 15:41:14 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -137,7 +137,7 @@ COMMANDS ...@@ -137,7 +137,7 @@ COMMANDS
* -Allow DELETE and UPDATE to use inheritance * -Allow DELETE and UPDATE to use inheritance
* Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...) * Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
* Allow BINARY option to SELECT, like we do with DECLARE * Allow BINARY option to SELECT, like we do with DECLARE
* Prevent truncate on table with a referential integrity trigger * Prevent truncate on table with a referential integrity trigger (RESTRICT)
* MOVE 0 should not move to end of cursor * MOVE 0 should not move to end of cursor
* Overhaul ACL (access control) code * Overhaul ACL (access control) code
......
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