diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-19 00:50:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-19 00:50:43 +0000 |
commit | 49e92caba09646b923aaeede91dffb665c84a55c (patch) | |
tree | 77e270b2444dbaf5291b6aad8c163e769bf53f16 | |
parent | 0c4929ff86564095245fa6db3d1c790aeb44bcd4 (diff) | |
download | postgresql-49e92caba09646b923aaeede91dffb665c84a55c.tar.gz postgresql-49e92caba09646b923aaeede91dffb665c84a55c.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Jul 16 23:06:38 EDT 1999 +Last updated: Sun Jul 18 20:49:38 EDT 1999 Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -31,8 +31,8 @@ PARSER * Update table SET table.value = 3 fails * Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas) * SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo -* INSERT ... SELECT ... GROUP BY groups by target columns not source columns -* CREATE TABLE test (a char(5) DEFAULT text '', b int4) fails on INSERT +* -INSERT ... SELECT ... GROUP BY groups by target columns not source columns +* -CREATE TABLE test (a char(5) DEFAULT text '', b int4) fails on INSERT * 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 |