Re: A Chinese handling bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: A Chinese handling bug
Date
Msg-id 28480.1011733686@sss.pgh.pa.us
Whole thread Raw
In response to Re: A Chinese handling bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> What version of PostgreSQL are you running?

And on what platform?  Did you compile with MULTIBYTE enabled?

Also, is there an index on the name column?  If so, does either
query use the index (use EXPLAIN to find out)?  Does setting
enable_indexscan to OFF change the results?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Message about not null in ALTER TABLE
Next
From: Stephan Szabo
Date:
Subject: Re: Bug: Importing files of different sizes via psql -f