Re: COPY WITH CSV FORCE QUOTE *

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: COPY WITH CSV FORCE QUOTE *
Дата
Msg-id 4A64FBA4.4050802@agliodbs.com
обсуждение исходный текст
Ответ на Re: COPY WITH CSV FORCE QUOTE *  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: COPY WITH CSV FORCE QUOTE *  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 7/16/09 1:55 PM, Andrew Dunstan wrote:
> Well, somebody had better suggest a syntax for it, preferably without
> adding yet another keyword.

Actually, all that needs to happen is for NULL AS to accept '""' as a 
string.  Right now that produces:

ERROR:  CSV quote character must not appear in the NULL specification

What's the issue with that?  I can see how NULL AS '"' would break 
things, but if I wanted NULL AS '"Josh"' shouldn't I be able to have it?

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH v4] Avoid manual shift-and-test logic in AllocSetFreeIndex
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: [PATCH] SE-PgSQL/tiny rev.2193