mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add:
> o Allow copy to understand \x as hex
This commit is contained in:
parent
841e4b2089
commit
f789bd3de2
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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 (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -223,6 +223,7 @@ Commands
|
|||||||
allow error codes to be specified; requires savepoints or can
|
allow error codes to be specified; requires savepoints or can
|
||||||
not be run in a multi-statement transaction
|
not be run in a multi-statement transaction
|
||||||
o -Generate failure on short COPY lines rather than pad NULLs
|
o -Generate failure on short COPY lines rather than pad NULLs
|
||||||
|
o Allow copy to understand \x as hex
|
||||||
|
|
||||||
* CURSOR
|
* CURSOR
|
||||||
o Allow BINARY option to SELECT, just like DECLARE
|
o Allow BINARY option to SELECT, just like DECLARE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user