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

From David G. Johnston
Subject Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv
Date
Msg-id CAKFQuwaVf5EMmKytW3e4V68SXqgd8PbymEVLGp8ULodKxBQBvQ@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv  (Alexander Farber <alexander.farber@gmail.com>)
Responses Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv  (Paul Jungwirth <pj@illuminatedcomputing.com>)
Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv  (Alexander Farber <alexander.farber@gmail.com>)
List pgsql-general
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?

David J.

pgsql-general by date:

Previous
From: Alexander Farber
Date:
Subject: Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv
Next
From: Paul Jungwirth
Date:
Subject: Re: [GENERAL] COPY ... FROM stdin WITH FORMAT csv