|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sun Aug 17 00:17:59 EDT 2003 |
| 3 | +Last updated:Sun Aug 17 00:28:15 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -89,6 +89,8 @@ Data Types
|
89 | 89 | * -Prevent month/day swapping of ISO dates to make invalid dates valid
|
90 | 90 | * Have initdb set DateStyle based on locale?
|
91 | 91 | * Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef()
|
| 92 | +* Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO |
| 93 | + |
92 | 94 |
|
93 | 95 | * ARRAYS
|
94 | 96 | o Allow nulls in arrays
|
@@ -481,7 +483,7 @@ Source Code
|
481 | 483 | * Acquire lock on a relation before building a relcache entry for it
|
482 | 484 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
483 | 485 | * Add checks for fclose() failure
|
484 |
| -* Change CVS $Id: TODO,v 1.1118 2003/08/17 04:18:01 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1118 2003/08/17 04:18:01 momjian Exp $ |
| 486 | +* Change CVS $Id: TODO,v 1.1119 2003/08/17 04:28:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1119 2003/08/17 04:28:15 momjian Exp $ |
485 | 487 | * Exit postmaster if postgresql.conf can not be opened
|
486 | 488 | * Rename /scripts directory because they are all C programs now
|
487 | 489 | * Allow the regression tests to start postmaster with -i so the tests
|
|