projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e826d
)
Update TODO list.
author
Bruce Momjian
Sat, 17 Jul 1999 16:47:46 +0000
(16:47 +0000)
committer
Bruce Momjian
Sat, 17 Jul 1999 16:47:46 +0000
(16:47 +0000)
doc/TODO
patch
|
blob
|
blame
|
history
diff --git
a/doc/TODO
b/doc/TODO
index e2ae9d7e294f0a5a2bf368b974d60d2b82836c62..f75a6c3d23615d32231a20d2bc8d20a2bd720625 100644
(file)
--- a/
doc/TODO
+++ b/
doc/TODO
@@
-36,7
+36,7
@@
PARSER
* UNION with LIMIT fails
* Unique index on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
-*
CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
+* CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
* CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
VIEWS