|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jul16 23:06:38 EDT 1999 |
| 3 | +Last updated:Sun Jul18 20:49:38 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
|
6 | 6 |
|
|
31 | 31 | * Update table SET table.value = 3 fails
|
32 | 32 | * Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas)
|
33 | 33 | * 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 |
36 | 36 | * UNION with LIMIT fails
|
37 | 37 | * Unique index on base column not honored on inserts from inherited table
|
38 | 38 | INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
|