Re: COPY formatting

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY formatting
Date: 2004-03-19 14:49:23
Message-ID: 405B0873.3010704@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
>
>
> Karel Zak wrote:
>
>> The problem with CSV is that it will correctly work with new protocol
>> only. Because old versions of clients are newline sensitive. And CSV
>> can contains newline in by quotation marks defined attributes:
>>
>> "John", "Smith", "The White House
>> 1600 Pennsylvania Avenue NW
>> Washington, DC 20500", "male", "open source software office"
>>
>> It is one record.
>
>
> (Long Live President Smith!)
>
> I have never seen such a beast,

Export from a spreadsheet where people have formated the cell with the
address on it.

Regards,
Fernando

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2004-03-19 14:52:14 Re: COPY formatting
Previous Message Tom Lane 2004-03-19 14:39:58 Re: COPY formatting