From: Bruce Momjian Date: Sat, 24 May 2003 18:25:35 +0000 (+0000) Subject: Update XML items: X-Git-Tag: REL9_0_0~15266 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=12094d0946746831747950310cbc9bf06aad82ce;p=pg-rex%2Fsyncrep.git Update XML items: > * Allow backend to output result sets in XML > * Add XML capability to pg_dump and COPY, when backend XML capability --- diff --git a/doc/TODO b/doc/TODO index 6c6274960d..47a6ab9c17 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat May 24 11:33:42 EDT 2003 +Last updated: Sat May 24 14:25:18 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -76,6 +76,7 @@ Data Types * Allow infinite dates just like infinite timestamps * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE * Allow better handling of numeric constants, type conversion [typeconv] +* Allow backend to output result sets in XML * ARRAYS o Allow nulls in arrays @@ -236,11 +237,11 @@ Clients ======= * Allow psql to show transaction status if backend protocol changes made -* Add XML interface: psql, pg_dump, COPY, separate server (?) * -Add schema, cast, and conversion backslash commands to psql (Christopher) * -Allow pg_dump to dump a specific schema (Neil Conway) * 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 * JDBC o Comprehensive test suite. This may be available already.