Re: A Chinese handling bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: young <young(at)my-feiqi(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: A Chinese handling bug
Date: 2002-01-22 21:08:06
Message-ID: 28480.1011733686@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2002-01-22 23:08:22 Re: Bug: Importing files of different sizes via psql -f
Previous Message Tom Lane 2002-01-22 20:55:45 Re: Message about not null in ALTER TABLE