mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 00:02:53 -04:00
Move item:
< * Update clients to use data types, typmod, schema.table.column names of < result sets using new query protocol 453a452,453 > o Update clients to use data types, typmod, schema.table.column names of > result sets using new query protocol
This commit is contained in:
parent
66f6bbb4eb
commit
8facf2df0b
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sat May 24 23:20:03 EDT 2003
|
Last updated: Sun May 25 00:44:38 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -242,8 +242,6 @@ Clients
|
|||||||
* Allow psql to do table completion for SELECT * FROM schema_part and
|
* Allow psql to do table completion for SELECT * FROM schema_part and
|
||||||
table completion for SELECT * FROM schema_name.
|
table completion for SELECT * FROM schema_name.
|
||||||
* Add XML capability to pg_dump and COPY, when backend XML capability
|
* Add XML capability to pg_dump and COPY, when backend XML capability
|
||||||
* Update clients to use data types, typmod, schema.table.column names of
|
|
||||||
result sets using new query protocol
|
|
||||||
|
|
||||||
|
|
||||||
* JDBC
|
* JDBC
|
||||||
@ -451,6 +449,8 @@ Source Code
|
|||||||
o Add decoded type, length, precision
|
o Add decoded type, length, precision
|
||||||
o Compression?
|
o Compression?
|
||||||
o Report server version number, database encoding, client encoding
|
o Report server version number, database encoding, client encoding
|
||||||
|
o Update clients to use data types, typmod, schema.table.column names of
|
||||||
|
result sets using new query protocol
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user