Re: documentation for SQL "COPY" says "FORMAT" - Mailing list pgsql-docs

From David G. Johnston
Subject Re: documentation for SQL "COPY" says "FORMAT"
Date
Msg-id CAKFQuwZyOAjDO=Qg5xYaZvD72d6bVCF3K_A4njbu8RBJrbRXow@mail.gmail.com
Whole thread Raw
In response to documentation for SQL "COPY" says "FORMAT"  (randumbloggr@gmail.com)
Responses Re: documentation for SQL "COPY" says "FORMAT"
List pgsql-docs
On Tue, Dec 5, 2017 at 5:01 PM, <randumbloggr@gmail.com> wrote:
The following documentation comment has been logged on the website:

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

the documentation for the copy command (since version 9.0)  says to use the
keyword &quot;FORMAT&quot; , this keyword should be omitted (eg: say &quot;CSV&quot; instead of
&quot;FORMAT CSV&quot;) . It also says the default is &quot;text&quot; but specifying &quot;text&quot; is
a syntax error.


I'm pretty sure the docs are correct.  You should provide the exact commands you think should work and the error message you receive when you execute said commands.

David J.


pgsql-docs by date:

Previous
From: randumbloggr@gmail.com
Date:
Subject: documentation for SQL "COPY" says "FORMAT"
Next
From: Tom Lane
Date:
Subject: Re: documentation for SQL "COPY" says "FORMAT"