|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat May24 23:20:03 EDT 2003 |
| 3 | +Last updated:Sun May25 00:44:38 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -242,8 +242,6 @@ Clients
|
242 | 242 | * Allow psql to do table completion for SELECT * FROM schema_part and
|
243 | 243 | table completion for SELECT * FROM schema_name.
|
244 | 244 | * Add XML capability to pg_dump and COPY, when backend XML capability
|
245 |
| -* Update clients to use data types, typmod, schema.table.column names of |
246 |
| - result sets using new query protocol |
247 | 245 |
|
248 | 246 |
|
249 | 247 | * JDBC
|
@@ -451,6 +449,8 @@ Source Code
|
451 | 449 | o Add decoded type, length, precision
|
452 | 450 | o Compression?
|
453 | 451 | o Report server version number, database encoding, client encoding
|
| 452 | +o Update clients to use data types, typmod, schema.table.column names of |
| 453 | + result sets using new query protocol |
454 | 454 |
|
455 | 455 |
|
456 | 456 | ---------------------------------------------------------------------------
|
|