diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-17 16:47:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-17 16:47:46 +0000 |
commit | fe1f757e566224d59af05a7ee447d5441b45d4f3 (patch) | |
tree | aba389b96ed862536dd46093a359513b8fbb0087 | |
parent | 33e826d1675cf8d4172d0fec87641c9d78d769c3 (diff) | |
download | postgresql-fe1f757e566224d59af05a7ee447d5441b45d4f3.tar.gz postgresql-fe1f757e566224d59af05a7ee447d5441b45d4f3.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |