projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ccf3c8
)
Update TODO list.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 29 Apr 2000 02:27:21 +0000
(
02:27
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 29 Apr 2000 02:27:21 +0000
(
02:27
+0000)
doc/TODO
patch
|
blob
|
blame
|
history
diff --git
a/doc/TODO
b/doc/TODO
index 8da6f6fd27904ec510641a429ed2b0e84122d93c..3eccc190d4cd2dcf23eae60a633572ef6b0bb67b 100644
(file)
--- a/
doc/TODO
+++ b/
doc/TODO
@@
-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