|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat May 2411:33:42 EDT 2003 |
| 3 | +Last updated:Sat May 2414:25:18 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -76,6 +76,7 @@ Data Types
|
76 | 76 | * Allow infinite dates just like infinite timestamps
|
77 | 77 | * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
|
78 | 78 | * Allow better handling of numeric constants, type conversion [typeconv]
|
| 79 | +* Allow backend to output result sets in XML |
79 | 80 |
|
80 | 81 | * ARRAYS
|
81 | 82 | o Allow nulls in arrays
|
@@ -236,11 +237,11 @@ Clients
|
236 | 237 | =======
|
237 | 238 |
|
238 | 239 | * Allow psql to show transaction status if backend protocol changes made
|
239 |
| -* Add XML interface: psql, pg_dump, COPY, separate server (?) |
240 | 240 | * -Add schema, cast, and conversion backslash commands to psql (Christopher)
|
241 | 241 | * -Allow pg_dump to dump a specific schema (Neil Conway)
|
242 | 242 | * Allow psql to do table completion for SELECT * FROM schema_part and
|
243 | 243 | table completion for SELECT * FROM schema_name.
|
| 244 | +* Add XML capability to pg_dump and COPY, when backend XML capability |
244 | 245 |
|
245 | 246 | * JDBC
|
246 | 247 | o Comprehensive test suite. This may be available already.
|
|