Re: [BUGS] psql \COPY accepts multiple NULL AS

2007-09-13 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Stephen Frost wrote: -- Start of PGP signed section. > Greetings, > > psql seems to accept syntax which would be r

[BUGS] psql \COPY accepts multiple NULL AS

2007-07-26 Thread Stephen Frost
Greetings, psql seems to accept syntax which would be rejected by the server, which seems a bit odd: sfrost*=# \copy billing_data from ../BillingSamplePricerFile.csv with csv header quote as '"' null as 'abc' null as '123' ERROR: invalid input syntax for integer: "" vs.