aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-08 20:31:26 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-08 20:31:26 +0000
commit9e73ab49658d8a24d4c6da096770465a43a19071 (patch)
tree0387b8de06d4d7bd1be0ac6a515958783e0e54ed
parent3b2440ebec237d39619d5ad083a7818f016ae5a9 (diff)
downloadpostgresql-9e73ab49658d8a24d4c6da096770465a43a19071.tar.gz
postgresql-9e73ab49658d8a24d4c6da096770465a43a19071.zip
Add:
> * Allow clients to query WITH HOLD cursors and prepared statements 503d503 <
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 6d90d3c16b9..3c9436f5738 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
-
---------------------------------------------------------------------------