Re: Undocumented feature costs a lot of performance in

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Undocumented feature costs a lot of performance in
Date: 2001-12-05 00:57:30
Message-ID: 20011205095730N.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Barry Lind 2001-12-05 01:34:21 Re: java stored procedures
Previous Message Hiroshi Inoue 2001-12-04 23:59:54 Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2001-12-05 09:20:12 Re: date formatting and tab-complete patch
Previous Message Manuel Sugawara 2001-12-04 23:57:11 Re: date formatting and tab-complete patch