[DOCS] Wrong COPY command synopsis - Mailing list pgsql-docs

From petr.lancaric@seznam.cz
Subject [DOCS] Wrong COPY command synopsis
Date
Msg-id 20170927110141.28561.23998@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] Wrong COPY command synopsis  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.1/static/sql-copy.html
Description:

Postgres psql (PostgreSQL) 9.5.4

Wrong COPY command synopsis:

1. comma is not an options separator { ...( option [, ...]  ... }
2. FORMAT is not a kewyword {... FORMAT format_name ... }


Following two commands should be valid after synopsis, but they are not: 

gis=# COPY gis_entity FROM '/tmp/podl_db_city.csv' DELIMITER ',', FORMAT
csv;
ERROR:  syntax error at or near ","
LINE 1: ..._entity FROM '/tmp/podl_db_city.csv' DELIMITER ',', FORMAT c...
                            ^
 
gis=# COPY gis_entity FROM '/tmp/podl_db_city.csv' DELIMITER ',' FORMAT
csv;
ERROR:  syntax error at or near "FORMAT"
LINE 1: ...entity FROM '/tmp/podl_db_city.csv' DELIMITER ',' FORMAT csv...
                             ^
 





--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [DOCS] "Comparison of Different Solutions"
Next
From: Peter Eisentraut
Date:
Subject: Re: [DOCS] Docbook 5.x