Another clarification.

This commit is contained in:
Bruce Momjian 2002-01-24 22:20:18 +00:00
parent b23de01c15
commit d958c08a0a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) 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 Change syntax to WITH DELIMITER, (keep old syntax around?)
o Allow COPY to report error lines and continue; optionally o Allow COPY to report error lines and continue; optionally
allow error codes to be specified; requires savepoints or can 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 * CURSOR
o Allow BINARY option to SELECT, just like DECLARE o Allow BINARY option to SELECT, just like DECLARE