Re: There is a doubt of fatal bug on PostgreSQL 8.0.4.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: There is a doubt of fatal bug on PostgreSQL 8.0.4.
Дата
Msg-id 1732.1134163406@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: There is a doubt of fatal bug on PostgreSQL 8.0.4.  ("Kasahara Kenichi" <kenjpm90@hotmail.com>)
Список pgsql-bugs
"Kasahara Kenichi" <kenjpm90@hotmail.com> writes:
>> What locale is the database using?  Strange comparison behavior is
>> fairly common if the locale expects a different encoding than you
>> are using...

> locale is 'C'.

Hm, it should work OK with C locale.  I get apparently-correct output
on my 8.0 installation:

CREATE TABLE
INSERT 155246 1
INSERT 155247 1
INSERT 155248 1
 id |     name
----+--------------
 1  | $B$"$"$"(B
(1 row)

 id | name
----+------
(0 rows)

> client_encoding is 'SJIS'.

Um ... you said EUC_JP before.  But I get the same result either way.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2100: CREATE TABLE AS - may not supply table specification
Следующее
От: David Fetter
Дата:
Сообщение: Re: [PATCHES] Patch to allow contrib/pgbench files to have blank lines