Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv - Mailing list pgsql-general

From Alexander Farber
Subject Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv
Date
Msg-id CAADeyWhaDn4X0JwNMhuEkKseBvLXE-xyk6j=vYXhHNDXZbANew@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
Hi David,

On Tue, Mar 21, 2017 at 8:21 PM, David G. Johnston <david.g.johnston@gmail.com> wrote:
>
> On Tuesday, March 21, 2017, Alexander Farber <alexander.farber@gmail.com> wrote:
>>
>> words=> COPY words_reviews (uid, author, nice, review, updated) FROM stdin FORMAT csv;
>
>
> What did you read that lead you to think the above shoud work?
>

ok thanks, I had misunderstood your text -

"The above means the entire "WITH" section is optional, as is the word WITH.  However, if you want to add "with" options they must appear within parentheses, those are not optional.  Multiple options can appear within the single set of parentheses."

I think the root cause is that it is difficult to understand an english sentence trying to describe a keyword "with" :-)

Regards
Alex

pgsql-general by date:

Previous
From: Moreno Andreo
Date:
Subject: Re: [GENERAL] Google Cloud Platform, snapshots and WAL
Next
From: Glen Huang
Date:
Subject: [GENERAL] How to create unique index on multiple columns where the combination doesn't matter?