Re: slow jdbc postgres connection

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Stefan Zweig <stefanzweig1881(at)web(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: slow jdbc postgres connection
Date: 2007-04-26 12:19:52
Message-ID: 463098E8.9030809@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Altaf Malik 2007-04-26 15:32:42 Could not find commit messages for the changelog
Previous Message Oliver Jowett 2007-04-26 11:19:38 Re: slow jdbc postgres connection