]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 20:31:26 +0000 (20:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 20:31:26 +0000 (20:31 +0000)
> * Allow clients to query WITH HOLD cursors and prepared statements
503d503
<

doc/TODO

index 6d90d3c16b9b8e12d3254745c4347d1efa6a5767..3c9436f573855e1fbfbcf8ffae968c5ca9e09959 100644 (file)
--- 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
 
-
 ---------------------------------------------------------------------------