|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Sep 317:27:18 EDT 2003 |
| 3 | +Last updated:Wed Sep 319:01:42 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -92,6 +92,7 @@ Data Types
|
92 | 92 | * Have initdb set DateStyle based on locale?
|
93 | 93 | * Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef()
|
94 | 94 | * Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO
|
| 95 | +* Allow to_char to print localized month names (Karel) |
95 | 96 |
|
96 | 97 |
|
97 | 98 | * ARRAYS
|
@@ -489,7 +490,7 @@ Source Code
|
489 | 490 | * Acquire lock on a relation before building a relcache entry for it
|
490 | 491 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
491 | 492 | * Add checks for fclose() failure
|
492 |
| -* Change CVS $Id: TODO,v 1.1126 2003/09/0321:27:21 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1126 2003/09/0321:27:21 momjian Exp $ |
| 493 | +* Change CVS $Id: TODO,v 1.1127 2003/09/0323:01:47 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1127 2003/09/0323:01:47 momjian Exp $ |
493 | 494 | * Exit postmaster if postgresql.conf can not be opened
|
494 | 495 | * Rename /scripts directory because they are all C programs now
|
495 | 496 | * Allow the regression tests to start postmaster with -i so the tests
|
|