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

Commit b433f40

Browse files
committed
Add:
> * Allow pooled connections to query prepared queries > * Allow pooled connections to close all open WITH HOLD cursors
1 parent 2326ade commit b433f40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sun Aug 17 00:28:15 EDT 2003
3+
Last updated: Sun Aug 17 00:43:46 EDT 2003
44

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

@@ -62,6 +62,8 @@ Administration
6262
* Allow server log information to be output as INSERT statements
6363
* Prevent default re-use of sysids for dropped users and groups
6464
* Prevent dropping user that still owns objects, or auto-drop the objects
65+
* Allow pooled connections to query prepared queries
66+
* Allow pooled connections to close all open WITH HOLD cursors
6567

6668

6769

@@ -483,7 +485,7 @@ Source Code
483485
* Acquire lock on a relation before building a relcache entry for it
484486
* Research interaction of setitimer() and sleep() used by statement_timeout
485487
* Add checks for fclose() failure
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 $
488+
* Change CVS $Id: TODO,v 1.1120 2003/08/17 04:43:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1120 2003/08/17 04:43:48 momjian Exp $
487489
* Exit postmaster if postgresql.conf can not be opened
488490
* Rename /scripts directory because they are all C programs now
489491
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)