|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jul15 09:45:53 EDT 1999 |
| 3 | +Last updated:Fri Jul16 23:06:38 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
|
6 | 6 |
|
|
27 | 27 | * Alter TABLE ADD COLUMN does not honor DEFAULT, add CONSTRAINT
|
28 | 28 | * Do not allow bpchar column creation without length
|
29 | 29 | * Select a[1] FROM test fails, it needs test.a[1]
|
30 |
| -* Array index references without table name cause problems |
| 30 | +*-Array index references without table name cause problems |
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
|
|