From a6bd54c54597c6f163b84ca032188601258f65b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 8 Aug 2003 20:31:26 +0000 Subject: [PATCH] Add: > * Allow clients to query WITH HOLD cursors and prepared statements 503d503 < --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 66ca87c613..b75410fb51 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 @@ -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 - --------------------------------------------------------------------------- -- 2.39.5