Re: A Chinese handling bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A Chinese handling bug
Дата
Msg-id 28480.1011733686@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: A Chinese handling bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Message about not null in ALTER TABLE
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Bug: Importing files of different sizes via psql -f