I got almost the same error:
I dumped the database, which was in Latin9, with version 8.2.6 using
UTF8 as encoding.
Then loaded the database to version 8.3.1.
Now the database was running with UTF8 while on the client still was
iso-8859-15.
As as result postgresql..exe did crash very often.
Then
[ please keep the mailing list cc'd on discussions ]
"bishop.gis" <[EMAIL PROTECTED]> writes:
> This is result executing the same command with client_encoding = UTF8.
> ERROR: =CE=C5=D7=C5=D2=CE=C1=D1 =
> =D0=CF=D3=CC=C5=C4=CF=D7=C1=D4=C5=CC=D8=CE=CF=D3=D4=D8 =C2=C1=CA=D4 =
> =C9=CD=D1 =CB=CF=C4=
"bishop" <[EMAIL PROTECTED]> writes:
> PQsetClientEncoding(conn,"WIN1251");
> res = PQexec(conn, "INSERT INTO \"table_name\" (\"name\") VALUES
> ('test');");
What do you get, exactly, if you do the same command but with
client_encoding = UTF8? I suppose this must be a problem with
failing to conv
The following bug has been logged online:
Bug reference: 4180
Logged by: bishop
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.1
Operating system: Vista Home Premium
Description:PANIC while PQExec on Client with differen locale from
database
Details:
The c