summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
commit773088809df925442bb9df35352c11e3d106314a (patch)
treeab0e98368b26dc6a2853cbe498c8660855213ab2 /doc
parent4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff)
More cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index eb6dbb47aec..ba31e77e1d9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -37,6 +37,7 @@ PARSER
* 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 test(col char(2) DEFAULT user) fails in length restriction
VIEWS