Re: Numeric and CSV under 8.0.1 ?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Numeric and CSV under 8.0.1 ?
Дата
Msg-id 20050408183939.GA16288@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Numeric and CSV under 8.0.1 ?  (Stef <stef@ummon.com>)
Список 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 по дате отправления:

Предыдущее
От: Stef
Дата:
Сообщение: Re: Numeric and CSV under 8.0.1 ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Question on triggers and plpgsql