Re: Postgres PooledConnection...

From: Barry Lind <blind(at)xythos(dot)com>
To: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgres PooledConnection...
Date: 2003-03-07 19:59:43
Message-ID: 3E68FA2F.5000504@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Correct. There was a patch for this that was appied to CVS head only.
It is not in the 7.3 branch. Try the development build from the
jdbc.postgresql.org website.

thanks,
--Barry

Aaron Mulder wrote:
> There was a patch for this. If I recall correctly it was checked
> in to CVS HEAD but not one of the relvant branches. What version are you
> using, and are you able to build from source and see if that solves the
> problem?
>
> Aaron
>
> On Mon, 3 Mar 2003, Dirk Bromberg wrote:
>
>>Hi,
>>
>>i'm using this to get a simple connection sharing:
>>
>>Jdbc3PoolingDataSource source = new Jdbc3PoolingDataSource();
>>source.setDataSourceName("A Data Source");
>>source.setServerName("localhost");
>>source.setDatabaseName("test");
>>source.setUser("testuser");
>>source.setPassword("testpassword");
>>source.setMaxConnections(10);
>>
>>but how can i get the LargeObjectManager now ??????? i cant cast the
>>connections to PGConnection!!!
>>
>>THX
>>
>>Dirk Bromberg
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 2: you can get off all lists at once with the unregister command
>> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-03-07 20:06:36 Re: Postgres PooledConnection...
Previous Message Daniel Bruce Lynes 2003-03-07 05:15:08 Re: Timestamp precision