diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-29 02:27:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-29 02:27:21 +0000 |
commit | 3e24112b71df84f500b186b27303062bf94dd490 (patch) | |
tree | 93d0142a7375c0262e5b283045c9c8f5ab8c2637 | |
parent | 0ccf3c88771a25d518ac8a6150b7fbdc0bf83fd4 (diff) | |
download | postgresql-3e24112b71df84f500b186b27303062bf94dd490.tar.gz postgresql-3e24112b71df84f500b186b27303062bf94dd490.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |