Re: Numeric and CSV under 8.0.1 ? - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: Numeric and CSV under 8.0.1 ?
Date
Msg-id 20050408183939.GA16288@winnie.fuhr.org
Whole thread Raw
In response to Re: Numeric and CSV under 8.0.1 ?  (Stef <stef@ummon.com>)
List pgsql-sql
On Fri, Apr 08, 2005 at 02:25:13PM -0400, Stef wrote:
> 
>     well, I can understand that 3265 appears to be a
> string, but, I was under the impression that -everything-
> in a CSV format file could have ' ' around it? Is this not
> the case ?

See the documentation for COPY -- the default quote character for
CSV is a double quote, but you can change it with QUOTE.

http://www.postgresql.org/docs/8.0/interactive/sql-copy.html

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


pgsql-sql by date:

Previous
From: Stef
Date:
Subject: Re: Numeric and CSV under 8.0.1 ?
Next
From: Tom Lane
Date:
Subject: Re: Question on triggers and plpgsql