Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 70f567d

Browse files
committed
Add:
> * Allow functions to have a search path specified at creation time
1 parent 0634c01 commit 70f567d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Oct 21 11:51:25 EDT 2003
3+
Last updated: Wed Oct 22 13:14:35 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -94,6 +94,7 @@ Data Types
9494
* Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef()
9595
* Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO
9696
* Allow to_char to print localized month names (Karel)
97+
* Allow functions to have a search path specified at creation time
9798

9899

99100
* ARRAYS
@@ -513,7 +514,7 @@ Source Code
513514
* Acquire lock on a relation before building a relcache entry for it
514515
* Research interaction of setitimer() and sleep() used by statement_timeout
515516
* 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 $
517518
* Exit postmaster if postgresql.conf can not be opened
518519
* Rename /scripts directory because they are all C programs now
519520
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)