Re: COPY command WITH NULLs bug? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COPY command WITH NULLs bug?
Date
Msg-id 2563.1000225330@sss.pgh.pa.us
Whole thread Raw
In response to COPY command WITH NULLs bug?  ("P. Dwayne Miller" <dmiller@espgroup.net>)
List pgsql-hackers
"P. Dwayne Miller" <dmiller@espgroup.net> writes:
> It appears, and I could easily be mistaken, that the COPY command does 
> not allow NULLs into a timestamp field, even though the field is defined 
> to accept nulls.

Not sure what your problem is, but that's not it.  Perhaps you've got a
problem with stray carriage returns (\r\n instead of \n), or what you
have in the file isn't actually equal to what you specified as the WITH
NULL string, or something else.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: factorial doc bug?
Next
From: Thomas Lockhart
Date:
Subject: Re: Beta timing