"Andrei M. Eichler" <andrei.eich...@unicheck.com.br> writes: > Following the documentation, I wrote this COPY FROM command:
> COPY test_copy FROM '/mnt/disk1/files/test_file.csv' with csv header > delimiter ';' force_null date_column, date_column2, date_column3, > date_column4, date_column5 encoding 'latin1'; Which part of the documentation, exactly, inspired you to write that? Certainly not the main syntax summary for COPY, which would tell you to write something like with (format csv, header, ...); What you've got there is some variant of the pre-9.0 COPY syntax, which is documented at the bottom of the COPY reference page, and hopefully not used anywhere else. FORCE_NULL isn't mentioned in that syntax, and for that matter neither is FORCE NULL; if that works, it's accidental. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs