Skip to content

Commit 49e92ca

Browse files
committed
Update TODO list.
1 parent 0c4929f commit 49e92ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jul 16 23:06:38 EDT 1999
3+
Last updated: Sun Jul 18 20:49:38 EDT 1999
44

55
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
66

@@ -31,8 +31,8 @@ PARSER
3131
* Update table SET table.value = 3 fails
3232
* Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas)
3333
* SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
34-
* INSERT ... SELECT ... GROUP BY groups by target columns not source columns
35-
* CREATE TABLE test (a char(5) DEFAULT text '', b int4) fails on INSERT
34+
* -INSERT ... SELECT ... GROUP BY groups by target columns not source columns
35+
* -CREATE TABLE test (a char(5) DEFAULT text '', b int4) fails on INSERT
3636
* UNION with LIMIT fails
3737
* Unique index on base column not honored on inserts from inherited table
3838
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail

0 commit comments

Comments
 (0)