Re: COPY formatting - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: COPY formatting
Date
Msg-id 200403191107.29770.josh@agliodbs.com
Whole thread Raw
In response to COPY formatting  (Lee Kindness <lkindness@csl.co.uk>)
Responses Re: COPY formatting  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Thomas, Andrew, Karel,

Thomas is correct: many applications which read or make CSVs will accept a 
newline if it is enclosed in a quote.   

> > I *have* seen monstrosities like fields that do not begin with the quote
> > character but then break into a quote, e.g.:
> >
> > 1,2,a,123"abc""def",6,7,8

This I have never seen.   It looks like a hackish error to me.   What 
application is it from?

Frankly, I would expect any CSV reader to error out on the above, and would be 
annoyed if it did not.

Overall, I assert again that approaching this issue through COPY enhancements 
is really not the way to go.    We should be looking at a client utility, 
like pg_import and pg_export.     The primary purpose of COPY is bulk loads 
for backup/restore, and I'm against doing a lot of tinkering which might make 
it less efficient or introduce new issues into what's currently very 
reliable.

-- 
-Josh BerkusAglio Database SolutionsSan Francisco



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: COPY formatting
Next
From: Andrew Dunstan
Date:
Subject: Re: COPY formatting