diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-24 22:20:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-24 22:20:18 +0000 |
commit | d958c08a0aa9f9496b6b7af1eae1a111789edf15 (patch) | |
tree | abf2ed80148f68fd06b1df15e30ae891491e2e72 | |
parent | b23de01c157a636a326a73474f9c98bd9a7a4bde (diff) | |
download | postgresql-d958c08a0aa9f9496b6b7af1eae1a111789edf15.tar.gz postgresql-d958c08a0aa9f9496b6b7af1eae1a111789edf15.zip |
Another clarification.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |