Stefan Zweig wrote:
String url = "jdbc:postgresql://" + pgserverName + "/" + pgdatabase + "?characterEncoding=UTF8&useUnicode=true";
One other note, the PG driver will not understand (and silently ignores) the "characterEncoding" and "useUnicode" URL parameters.. not sure quite what you're trying to do there.
-O