diff options
author | Bruce Momjian | 2001-12-28 19:44:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-12-28 19:44:20 +0000 |
commit | 472186af968f51c314c058928762637bb73f1e22 (patch) | |
tree | 94911b6d4e540c2100b17f36a4062c6bd50706f8 | |
parent | 3ab5ac86e8cb7b0b6355815aff39b108f78fbc7d (diff) |
Add
> o Change syntax to WITH DELIMITER, (keep old syntax around?)
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Dec 28 14:35:26 EST 2001 +Last updated: Fri Dec 28 14:43:42 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -193,6 +193,7 @@ COMMANDS * COPY o Allow specification of column names o Allow dump/load of CSV format + o Change syntax to WITH DELIMITER, (keep old syntax around?) * CURSOR o Allow BINARY option to SELECT, like we do with DECLARE o MOVE 0 should not move to end of cursor |