Re: pg_service.conf ?

From: Dave Cramer <davec(at)fastcrypt(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Kris Jurka <books(at)ejurka(dot)com>, Jan de Visser <jdevisser(at)digitalfairway(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: pg_service.conf ?
Date: 2006-03-21 20:27:10
Message-ID: 74AED988-8D9F-49A7-B573-56CF8C9E5ECC@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

One thought I've had is to make a proxy driver which has additional
functionality.

Essentially this driver would wrap the existing driver and leave the
existing driver alone.

Additional functionality might include:

1) Better Connection Pooling
2) Statement Caching
3) ~/.pgpass and pg_service.conf

Thoughts ?

Dave
On 21-Mar-06, at 2:47 PM, David Fetter wrote:

> On Tue, Mar 21, 2006 at 02:24:04PM -0500, Kris Jurka wrote:
>> On Tue, 21 Mar 2006, David Fetter wrote:
>>> 1. What versions of JDK does the PostgreSQL JDBC project support
>>> now?
>> 1.2 - 1.5
>>
>>> 2. Is there a policy about how many versions back the project will
>>> continue to support?
>>
>> Not really. We'll continue to support everything we can until it
>> becomes
>> a real burden. We phased out 1.1 support when we needed 1.2
>> features. I
>> wouldn't say we need 1.5 features now.
>
> Fantastic :)
>
> Circling back to the topic at hand, how can the JDBC driver be told to
> understand things like ~/.pgpass and pg_service.conf ?
>
> Cheers,
> D
> --
> David Fetter <david(at)fetter(dot)org> http://fetter.org/
> phone: +1 415 235 3778 AIM: dfetter666
> Skype: davidfetter
>
> Remember to vote!
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Fetter 2006-03-21 21:34:56 Re: pg_service.conf ?
Previous Message David Fetter 2006-03-21 19:47:02 Re: pg_service.conf ?