]> granicus.if.org Git - postgresql/commitdiff
Update:
authorBruce Momjian <bruce@momjian.us>
Sun, 25 May 2003 03:20:13 +0000 (03:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 25 May 2003 03:20:13 +0000 (03:20 +0000)
< * Allow clients to get data types, typmod, schema.table.column names from
<   result sets, either via the backend protocol or a new QUERYINFO command

to:

> * Update clients to use data types, typmod, schema.table.column names of
>   result sets using new query protocol

doc/TODO

index 1277a3c4b48eb65e01d1a9c5a6b306afa6fe53b0..29491e3d858c1efb8ab72aedbec474acdd0ee158 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Sat May 24 15:03:01 EDT 2003
+Last updated:          Sat May 24 23:20:03 EDT 2003
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -242,8 +242,8 @@ Clients
 * Allow psql to do table completion for SELECT * FROM schema_part and
   table completion for SELECT * FROM schema_name.
 * Add XML capability to pg_dump and COPY, when backend XML capability
-* Allow clients to get data types, typmod, schema.table.column names from 
-  result sets, either via the backend protocol or a new QUERYINFO command
+* Update clients to use data types, typmod, schema.table.column names of
+  result sets using new query protocol
 
 
 * JDBC