|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Oct21 11:51:25 EDT 2003 |
| 3 | +Last updated:Wed Oct22 13:14:35 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -94,6 +94,7 @@ Data Types
|
94 | 94 | * Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef()
|
95 | 95 | * Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO
|
96 | 96 | * Allow to_char to print localized month names (Karel)
|
| 97 | +* Allow functions to have a search path specified at creation time |
97 | 98 |
|
98 | 99 |
|
99 | 100 | * ARRAYS
|
@@ -513,7 +514,7 @@ Source Code
|
513 | 514 | * Acquire lock on a relation before building a relcache entry for it
|
514 | 515 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
515 | 516 | * Add checks for fclose() failure
|
516 |
| -* Change CVS $Id: TODO,v 1.1155 2003/10/21 15:51:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1155 2003/10/21 15:51:41 momjian Exp $ |
| 517 | +* Change CVS $Id: TODO,v 1.1156 2003/10/22 17:14:39 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1156 2003/10/22 17:14:39 momjian Exp $ |
517 | 518 | * Exit postmaster if postgresql.conf can not be opened
|
518 | 519 | * Rename /scripts directory because they are all C programs now
|
519 | 520 | * Allow the regression tests to start postmaster with -i so the tests
|
|