Re: COPY statement: no list of the allowed values for "format_name" - Mailing list pgsql-docs

From David G. Johnston
Subject Re: COPY statement: no list of the allowed values for "format_name"
Date
Msg-id CAKFQuwbn1YG7kGHnwC0j8qTyrD7VDJXOm3HDSmAo1oz+rHE4sA@mail.gmail.com
Whole thread Raw
In response to COPY statement: no list of the allowed values for "format_name"  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: COPY statement: no list of the allowed values for "format_name"  (Bryn Llewellyn <bryn@yugabyte.com>)
List pgsql-docs
On Thu, Oct 29, 2020 at 3:24 PM PG Doc comments form <noreply@postgresql.org> wrote:
The following documentation comment has been logged on the website:

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

Look at the account of the COPY statement, here:

https://www.postgresql.org/docs/11/sql-copy.html


But there was no list of the allowed values.

Keep reading...
"""
FORMAT
Selects the data format to be read or written: text, csv (Comma Separated Values), or binary. The default is text.
"""

I suppose including the syntax term "format_type" might help, but the all-caps FORMAT is definitive.

David J.

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: What does "[backends] should seldom or never need to wait for a write to occur" mean?
Next
From: "David G. Johnston"
Date:
Subject: Re: What does "[backends] should seldom or never need to wait for a write to occur" mean?