diff options
author | Bruce Momjian | 2002-10-17 03:58:22 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-10-17 03:58:22 +0000 |
commit | f789bd3de2304b26dad3af71ea5f65d79ba7e10a (patch) | |
tree | 450ecd2b08ae7f1737d005c2183e6e921ffdc07c | |
parent | 841e4b20895630a41762e7b282be80af44967639 (diff) |
Add:
> o Allow copy to understand \x as hex
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Oct 15 17:33:59 EDT 2002 +Last updated: Wed Oct 16 23:58:16 EDT 2002 Current maintainer: Bruce Momjian ([email protected]) @@ -223,6 +223,7 @@ Commands allow error codes to be specified; requires savepoints or can not be run in a multi-statement transaction o -Generate failure on short COPY lines rather than pad NULLs + o Allow copy to understand \x as hex * CURSOR o Allow BINARY option to SELECT, just like DECLARE |