Well I'm no expert when it comes to PostgresSQL, but there seems to be some problem between PostgresSQL and Java when using unicode. See here:
http://linux.kieser.net/java_pg_unicode.html Also, PostgresSQL must be compiled with --enable-multibyte. Have you tried to specify the charSet in the jdbc url like this : jdbc:postgresql://[host]/[dbname]?charSet=UNICODE BTW this problem does not seem to exist with older (6.5) jdbc drivers. You could also use P6Spy to see what the offending SQL was. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
