Re: Comments on adding more connection URL parameters.

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: pg(at)fastcrypt(dot)com
Cc: Kris Jurka <books(at)ejurka(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>, g(dot)tomassoni(at)libero(dot)it
Subject: Re: Comments on adding more connection URL parameters.
Date: 2004-02-04 02:16:06
Message-ID: 402055E6.70405@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:

> I think one way to deal with this on a non-connection basis is to use
> System properties, this won't work for the schema search path, but would
> work for most others.

Please, not system properties; they're global which is a really bad
thing for anyone who wants to instantiate multiple Datasources with
different options.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-02-04 02:33:17 Re: Comments on adding more connection URL parameters.
Previous Message Dave Cramer 2004-02-04 02:01:51 Re: Comments on adding more connection URL parameters.