From: Bruce Momjian Date: Thu, 24 Jan 2002 22:20:18 +0000 (+0000) Subject: Another clarification. X-Git-Tag: REL9_0_0~18485 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d958c08a0aa9f9496b6b7af1eae1a111789edf15;p=pg-rex%2Fsyncrep.git Another clarification. --- diff --git a/doc/TODO b/doc/TODO index 462666da81..30dc60f3d0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jan 24 17:19:24 EST 2002 +Last updated: Thu Jan 24 17:20:03 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -226,7 +226,7 @@ COMMANDS o Change syntax to WITH DELIMITER, (keep old syntax around?) o Allow COPY to report error lines and continue; optionally allow error codes to be specified; requires savepoints or can - not be run inside a transaction + not be run in a multi-statement transaction * CURSOR o Allow BINARY option to SELECT, just like DECLARE