| From: | "" <karoly(at)geoproduct(dot)hu> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #5405: Consol and utf8 |
| Date: | 2010-04-07 09:56:06 |
| Message-ID: | 201004070956.o379u6IR063214@wwwmaster.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 5405
Logged by:
Email address: karoly(at)geoproduct(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2010-04-07 10:27:13 | Re: BUG #5394: invalid declspec for PG_MODULE_MAGIC |
| Previous Message | Roee | 2010-04-07 08:09:15 | BUG #5404: Mirrored pgadmin GUI |