Andreas Pflug pgadmin
Wed Dec 7 11:00:46 PST 2005
Gavin Sherry wrote:

> 
> Slony can utilise this by setting the client encoding to the encoding of
> the server it is working on. The problem should go away then.

IMHO slony should behave as a unicode application, i.e. use UTF8 client 
encoding for all database connections. This will have pgsql apply 
conversions transparently, because most server encodings can convert 
happily from and to UTF8.
The exception is SQL_ASCII and MULE_INTERNAL, in these cases client 
encoding must match server encoding, hoping that data will be stored 
correctly.
pgAdmin runs correctly with this scheme.

Regards,
Andreas


More information about the Slony1-general mailing list