|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Jan 1514:31:42 EST 2000 |
| 3 | +Last updated:Sat Jan 1521:31:39 EST 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
72 | 72 | * -pg_dump should preserve primary key information
|
73 | 73 | * plpgsql regression tests fails on BSD/OS
|
74 | 74 | * -database names with spaces fail
|
75 |
| -* insert of 0.0 into DECIMAL(4,4) field fails |
| 75 | +*-insert of 0.0 into DECIMAL(4,4) field fails(Tom) |
76 | 76 | * -* Interlock to prevent DROP DATABASE on a database with running backendsInterlock to prevent DROP DATABASE on a database with running backends
|
77 | 77 | * Buffer reference counting bugfixes
|
78 | 78 | * Fix libpq bug that causes it to drop backend error message sent
|
|