BUG #5405: Consol and utf8

Поиск
Список
Период
Сортировка
От
Тема BUG #5405: Consol and utf8
Дата
Msg-id 201004070956.o379u6IR063214@wwwmaster.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5405
Logged by:
Email address:      karoly@geoproduct.hu
PostgreSQL version: 8.4.3
Operating system:   windows 7
Description:        Consol and utf8
Details:

I use powershell console.
PS C:\> chcp 65001
Active codepage: 65001 -> UTF8
PS C:\> psql foo
psql (8.4.3)
foo=# select * from test;
Not enough memory.

foo has UTF8 encoding.
If I use WIN1250 codepage then psql works.
I tried to set encoding of psql but I always got
'Not enough memory' when codepage of console was UTF8.

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

Предыдущее
От: "Roee"
Дата:
Сообщение: BUG #5404: Mirrored pgadmin GUI
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #5394: invalid declspec for PG_MODULE_MAGIC