Re: COPY for CSV documentation

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: COPY for CSV documentation
Дата
Msg-id 1551.24.211.141.25.1081749901.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Re: COPY for CSV documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane said:
>>> COPY a FROM stdin WITH DELIMITER "," QUOTE '"' EQUOTE '"';
>> EQUOTE for embedded quote.
>
> ESCAPE would be better no?  It's already a keyword ...

much better.

>
> BTW, don't forget that the syntax options have to be provided in psql's
> \copy as well.  Did the patch cover that?
>

No, because it didn't make a syntax change. I admit I didn't test that
though.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: COPY for CSV documentation
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: COPY for CSV documentation