postgresql/src
Bruce Momjian 4a72dbc1ae The attached applied patch throws an error if the delimiter appears in
the COPY NULL string:

        test=> copy pg_language to '/tmp/x' with delimiter '|';
        COPY
        test=> copy pg_language to '/tmp/x' with delimiter '|' null '|x';
        ERROR:  COPY delimiter must not appear in the NULL specification
        test=> copy pg_language from '/tmp/x' with delimiter '|' null '|x';
        ERROR:  COPY delimiter must not appear in the NULL specification

It also throws an error if it conflicts with the default NULL string:

        test=> copy pg_language to '/tmp/x' with delimiter '\\';
        ERROR:  COPY delimiter must not appear in the NULL specification
        test=> copy pg_language to '/tmp/x' with delimiter '\\' NULL 'x';
        COPY
2004-04-06 13:21:33 +00:00
..
backend The attached applied patch throws an error if the delimiter appears in 2004-04-06 13:21:33 +00:00
bin Add CLUSTER tag to psql \d display. 2004-04-06 04:05:17 +00:00
corba
include Corrects issues recently posted by Dann Corbit, allowing libpq/psql to 2004-04-05 03:16:21 +00:00
interfaces Translation updates 2004-04-05 09:13:43 +00:00
makefiles
pl Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
port
template
test Allow LIKE/ILIKE to appear in more places in a query. 2004-04-05 03:07:26 +00:00
tools Add comment that sched_yield might be a portability problem. 2004-04-05 14:13:45 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak