Re: COPY for CSVs

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: COPY for CSVs
Date: 2004-04-09 18:08:21
Message-ID: 4076E695.6040204@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-04-09 18:11:20 Re: stdin/stdout mismatch for COPY and \copy
Previous Message Tom Lane 2004-04-09 17:59:33 Re: stdin/stdout mismatch for COPY and \copy