"V S P" writes:
> What does this LOG string mean, and what should I do?
That's supposed to be a can't-happen case. How did you provoke it
exactly? (No, you didn't provide enough detail for someone else
to reproduce it...)
Are you by any chance using database encoding mule_internal?
That's the
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 thi