Re: FORMAT keyword not allowed in COPY ... FROM statement

2019-02-25 Thread Euler Taveira
Em sex, 22 de fev de 2019 às 06:31, PG Doc comments form escreveu: > > The following documentation comment has been logged on the website: > # COPY table_name FROM '/srv/database/pg_dumps/file.csv' WITH FORMAT CSV > HEADER DELIMITER ',' QUOTE '"' ; > ERROR: syntax error at or near "FORMAT" > Your

FORMAT keyword not allowed in COPY ... FROM statement

2019-02-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-copy.html Description: > psql --version ; psql (PostgreSQL) 11.2 > initdb --version ; initdb (PostgreSQL) 11.2 # \h copy Command: COPY Description: copy data between a file and a