[Q] LOG: failed to commit client_encoding - Mailing list pgsql-general

From V S P
Subject [Q] LOG: failed to commit client_encoding
Date
Msg-id 1238371372.4160.1307922309@webmail.messagingengine.com
Whole thread Raw
In response to Re: Doubt about SELECT  (Jeff Ross <jross@wykids.org>)
Responses Re: [Q] LOG: failed to commit client_encoding
List pgsql-general
Hi,
I am seeing this error in my concole (winXP) log
using Pg 8.3 UTF-8 encoding

client is Pg ODBC latest,
every time I open a connection I set
client encoding to UTF-8 (to make sure my C++ app is getting via
ascii version of pgODBC the UTF-8 strings).

"SET client_encoding='UTF8'"

What does this LOG string mean, and what should I do?

if there is a place with all the error messages and explanation
I would certainly appreciate the link (I just tried regular searches
but could not find it).



thank you in advance,
Vlad
--
  V S P
  toreason@fastmail.fm

--
http://www.fastmail.fm - Email service worth paying for. Try it for free


pgsql-general by date:

Previous
From: Jeff Ross
Date:
Subject: Re: Doubt about SELECT
Next
From: "V S P"
Date:
Subject: [Q] rollback after select?