|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Nov 29 21:13:08 EST 1999 |
| 3 | +Last updated:Fri Dec 10 19:30:50 EST 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
69 | 69 | * User who can create databases can modify pg_database table
|
70 | 70 | * Plpgsql does not handle quoted mixed-case identifiers
|
71 | 71 | * Fix btree to give a useful elog when key > 1/2 (page - overhead)
|
72 |
| -* pg_dump should preserve primary key information |
| 72 | +*-pg_dump should preserve primary key information |
73 | 73 | * plpgsql regression tests fail on BSD/OS
|
74 | 74 | * database names with spaces fail
|
75 | 75 | * insert of 0.0 into DECIMAL(4,4) field fails
|
|