Re: ilike and --enable-multibyte=KOI8

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: juriy(at)avias(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ilike and --enable-multibyte=KOI8
Date: 2000-12-08 11:23:26
Message-ID: 20001208202326A.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hello, Can anybody check and confirm(or not) this:
>
> if pgsql(DEVEL, from cvs-server) is built with locale and multibyte then
>
> "select * from table where row ilike '%a%'" crashes pgsql.
> "select * from table where row ilike 'a%'" doesn't craches.
> "select * from table where row like '%a%'" doesn't craches.
>
> If pgsql is built only with locale, pgsql isn't crashed...
>
> please, give me an advice for solving this problemm. I need pgsql with both
> this options...

Not reproduced here. It might be a bug depending on particular
data. Can you show me gdb backtrace?
--
Ttsuo Ishii

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message rudy 2000-12-08 14:14:25 CURSOR HELP
Previous Message Francis Solomon 2000-12-08 11:20:26 RE: Index question