> * Allow clients to query WITH HOLD cursors and prepared statements
503d503
<
This commit is contained in:
Bruce Momjian 2003-08-08 20:31:26 +00:00
parent 3b2440ebec
commit 9e73ab4965
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri Aug 8 14:55:33 EDT 2003
Last updated: Fri Aug 8 16:31:23 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -271,6 +271,7 @@ Clients
* -Modify pg_get_triggerdef() to take a boolean to pretty-print,
and use that as part of pg_dump along with psql
* Allow psql \du to show groups, and add \dg for groups
* Allow clients to query WITH HOLD cursors and prepared statements
* JDBC
@ -474,7 +475,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
* Change CVS $Id: TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $
* Change CVS $Id: TODO,v 1.1113 2003/08/08 20:31:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1113 2003/08/08 20:31:26 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests
@ -501,7 +502,6 @@ Source Code
o Update clients to use data types, typmod, schema.table.column names of
result sets using new query protocol
---------------------------------------------------------------------------