Re: ERROR: conversion between UNICODE and LATIN1

From: Troels Arvin <troels(at)arvin(dot)dk>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: ERROR: conversion between UNICODE and LATIN1
Date: 2004-10-15 10:54:45
Message-ID: pan.2004.10.15.10.54.40.852244@arvin.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, 15 Oct 2004 09:46:04 +0000, Andreas Pflug wrote:

> When does it fail? Enable sql logging for that.

LOG: connection received: host=127.0.0.1 port=36036
LOG: connection authorized: user=troels database=template1
LOG: statement: SELECT oid, pg_encoding_to_char(encoding) AS encoding, datlastsysoid
FROM pg_database WHERE datname='template1'
LOG: statement: set client_encoding to 'UNICODE'
ERROR: conversion between UNICODE and LATIN1 is not supported

Output of "env | grep LANG":
LANG=en_US.iso88591

I have previously used pgadmin3 on this system with the same LANG setting
without problems, but that was with PostgreSQL 7.4.

--
Greetings from Troels Arvin, Copenhagen, Denmark

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-10-15 11:45:24 Re: ERROR: conversion between UNICODE and LATIN1
Previous Message cvs 2004-10-15 10:43:47 CVS Commit by andreas: change unsigned conversion for oids