Hello,

Sorry to bombard you with email, but I should have read a bit further in the 
PostgreSQL documentation.

It seems that it may also be necessary to set the client encode, otherwise 
PostgreSQL may translate the data, which is not what we want.

According to the documentation, one must (possibly) also set:

SET CLIENT_ENCODING TO 'UNICODE';

You can see what it is set to with:

SHOW client_encoding;

Best regards,

Kern


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to