Re: COPY for CSVs - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: COPY for CSVs
Date
Msg-id 4076E695.6040204@dunslane.net
Whole thread Raw
In response to COPY for CSVs  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: COPY for CSVs  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
Andrew Dunstan wrote:

>
> Attached is an undocumented patch that implements COPY for CSVs
> according to the scheme recently discussed. I believe it handles all
> the straightforward and perverse cases that were discussed (including
> multiline fields and partially quoted fields).
>
> I have done some light testing on it, but would appreciate some
> assistance with testing, as well as any useful review comments.
>

Looking back over the discussion, I see that there was demand for the
ability to export as well as import CSVs.

That will actually be rather easier to do, so I will revise the patch
accordingly.

cheers

andrew

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: New socket code for win32
Next
From: Fabien COELHO
Date:
Subject: pg_restore ignore error patch