Add:
authorBruce Momjian
Thu, 17 Oct 2002 03:58:22 +0000 (03:58 +0000)
committerBruce Momjian
Thu, 17 Oct 2002 03:58:22 +0000 (03:58 +0000)
>  o Allow copy to understand \x as hex

doc/TODO

index 9627621e4ee8764f32cd709ce40ea4a4a37e5557..b2020d532d831a4de8a6c17cb6acf836bfdce92e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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