Re: COPY formatting

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY formatting
Date: 2004-03-19 21:14:15
Message-ID: 405B62A7.7020809@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:

>OK, so for the separator, quote, and escape options:
>
> separator is ,
> quote is "
> escape is "
>
>so if the quote and escape are the same, then a double denotes a
>single?
>
>
>

Yes. i.e. with the above settings "abc""def" -> abc"def

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-03-19 21:43:56 Re: COPY formatting
Previous Message Josh Berkus 2004-03-19 19:07:29 Re: COPY formatting