BUG #5405: Consol and utf8 - Mailing list pgsql-bugs

From
Subject BUG #5405: Consol and utf8
Date
Msg-id 201004070956.o379u6IR063214@wwwmaster.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: "Roee"
Date:
Subject: BUG #5404: Mirrored pgadmin GUI
Next
From: Magnus Hagander
Date:
Subject: Re: BUG #5394: invalid declspec for PG_MODULE_MAGIC