Re: Undocumented feature costs a lot of performance in

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Undocumented feature costs a lot of performance in
Дата
Msg-id 20011205095730N.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: Undocumented feature costs a lot of performance in COPY IN  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Well, it'd be an easy enough addition:
> 
>     if (strlen(delim) != 1)
>         elog(ERROR, "COPY delimiter must be a single character");
> 
> This isn't multibyte-aware, but then neither is the implementation;
> delimiters that are multibyte characters won't work at the moment.
> 
> Any comments out there?

I think it will be acceptable for multibyte users only ASCII
characters could be a candidate of delimiters.
I don't think anybody wants to use Kanji as a delimiter:-)
--
Tatsuo Ishii


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

Предыдущее
От: Manuel Sugawara
Дата:
Сообщение: Re: date formatting and tab-complete patch
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: SunOS4 port