Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Strange client encoding issue


  • From: "Benjamin Krajmalnik" <kraj(at)illumen(dot)com>
  • To: <pgsql-admin(at)postgresql(dot)org>, <pgsql-odbc(at)postgresql(dot)org>
  • Subject: Strange client encoding issue
  • Date: Wed, 16 Jan 2008 13:30:42 -0700
  • Message-id: <F4E6A2751A2823418A21D4A160B689880E9243(at)fletch(dot)stackdump(dot)local>

I am encountering a very strange client encoding issue.
From the logs on the server, I am getting the following:
 
canopy02# tail postgresql-2008-01-16_000000.log
2008-01-16 15:20:03 ESTERROR:  conversion between latin9 and LATIN1 is not supported
2008-01-16 15:20:03 ESTSTATEMENT:  set client_encoding to 'latin9'
2008-01-16 15:20:06 ESTLOG:  connection received: host=192.168.111.25 port=4236
2008-01-16 15:20:06 ESTLOG:  connection authorized: user=postgres database=ishield
2008-01-16 15:20:06 ESTERROR:  conversion between latin9 and LATIN1 is not supported
2008-01-16 15:20:06 ESTSTATEMENT:  set client_encoding to 'latin9'
2008-01-16 15:20:11 ESTLOG:  connection received: host=192.168.111.25 port=4253
2008-01-16 15:20:11 ESTLOG:  connection authorized: user=postgres database=ishield
2008-01-16 15:20:11 ESTERROR:  conversion between latin9 and LATIN1 is not supported
2008-01-16 15:20:11 ESTSTATEMENT:  set client_encoding to 'latin9'
The application logging data is using the PostgreSQL ANSI ODBC driver, version 08.01.02.00.
Database server is PostgreSQL 8.2.5 on i386-portbld-freebsd6.2, compiled by GCC cc (GCC) 3.4.6 [FreeBSD] 20060305
 
On page 2 of the datasources tab, in the Connect Settings tab, I have the following:
 
set client_encoding to 'latin1';
 
to force the encoding.
Any ideas on what may be creating this, and how to resolve it?
 
 
 


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group