BUG #3093: Error with converting error messages between server and client encodings

From: "Ilya Storozhilov" <illy(at)pregrad(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3093: Error with converting error messages between server and client encodings
Date: 2007-03-01 14:34:32
Message-ID: 200703011434.l21EYWmI078297@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3093
Logged by: Ilya Storozhilov
Email address: illy(at)pregrad(dot)net
PostgreSQL version: 8.2.3
Operating system: FreeBSD 6.1-RELEASE-p10 #1
Description: Error with converting error messages between server and
client encodings
Details:

1. Create database in UTF8 encoding
2. Connect database with psql
3. > \encoding KOI8-R
4. > select * from some_wrong_table;
5. finally, we can see following sad message:

PANIC: ERRORDATA_STACK_SIZE exceeded
...

Fix, please - it's so hard to use databases with this bug. Thanks a lot!

Sencierly yours,
Ilya Storozhilov
http://pregrad.net/

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rob Schall 2007-03-01 14:40:40 Problem with an Identical Query
Previous Message Andrew Rass 2007-03-01 10:20:17 BUG #3092: character varying and integer cannot be matched