Thanks for looking into this. The problem with the wrong encoding is now gone, but another problem appeared:

When the connection is reestablished, I get an additional alert with an error message "Column not found in pgSet: "datlastsysoid".

The problem seems to be that needColQuoting is not reset to false in the Reset() method as it is done in the Reconnect() method.

Wenn I add the line "needColQuoting = false" before the call to Initialize() in the Reset() method, everything works as expected.

-- Christoph


Am 17.06.2014 08:35, schrieb Ashesh Vashi:
Dave,

PFA - moved the initialisation code in a separate function, and called
that function from the "Reset" function too.
Please take a look at it.


--

Thanks & Regards,

Ashesh Vashi


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to