|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Aug 1616:51:46 EDT 2003 |
| 3 | +Last updated:Sat Aug 1623:56:14 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -88,6 +88,7 @@ Data Types
|
88 | 88 | from making invalid dates valid
|
89 | 89 | * -Prevent month/day swapping of ISO dates to make invalid dates valid
|
90 | 90 | * Have initdb set DateStyle based on locale?
|
| 91 | +* Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef() |
91 | 92 |
|
92 | 93 | * ARRAYS
|
93 | 94 | o Allow nulls in arrays
|
@@ -479,7 +480,7 @@ Source Code
|
479 | 480 | * Acquire lock on a relation before building a relcache entry for it
|
480 | 481 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
481 | 482 | * Add checks for fclose() failure
|
482 |
| -* Change CVS $Id: TODO,v 1.1116 2003/08/16 23:33:49 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1116 2003/08/16 23:33:49 momjian Exp $ |
| 483 | +* Change CVS $Id: TODO,v 1.1117 2003/08/17 03:56:16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1117 2003/08/17 03:56:16 momjian Exp $ |
483 | 484 | * Exit postmaster if postgresql.conf can not be opened
|
484 | 485 | * Rename /scripts directory because they are all C programs now
|
485 | 486 | * Allow the regression tests to start postmaster with -i so the tests
|
|