Update TODO list.

This commit is contained in:
Bruce Momjian 2000-04-29 02:27:21 +00:00
parent 0ccf3c8877
commit 3e24112b71
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ COMMANDS
* Support UNION/INTERSECT/EXCEPT in sub-selects
* Allow DELETE and UPDATE to use inheritance using tablename*
* Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
* Allow BINARY option to SELECT, like we do with DECLARE
CLIENTS