Re: Undocumented feature costs a lot of performance in - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Undocumented feature costs a lot of performance in
Date
Msg-id 20011205095730N.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Undocumented feature costs a lot of performance in COPY IN  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Manuel Sugawara
Date:
Subject: Re: date formatting and tab-complete patch
Next
From: Tatsuo Ishii
Date:
Subject: SunOS4 port