Re: CopyReadLineText optimization

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: CopyReadLineText optimization
Дата
Msg-id 47D04614.7060109@dunslane.net
обсуждение исходный текст
Ответ на Re: CopyReadLineText optimization  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches

Tom Lane wrote:
> BTW, I notice that the code allows CSV escape and quote characters that
> have the high bit set (in single-byte server encodings that is).  Is
> this a good idea?  It seems like such are extremely unlikely to be the
> same in two different encodings.  Maybe we should restrict to the ASCII
> range?  Especially if the client encoding is multibyte ...
>
>
>

In the commonest case these are both either " or '. I would not have any
objection to requiring them to be ASCII chars.

cheers

andrew

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CopyReadLineText optimization
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: CopyReadLineText optimization