Re: Callable Statements and Connection Pooling - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Callable Statements and Connection Pooling
Date
Msg-id 00fb01c17e6a$f9ef5790$8201a8c0@inspiron
Whole thread Raw
In response to Callable Statements and Connection Pooling  ("Richard Lynders" <rlynders@hotmail.com>)
List pgsql-jdbc
Richard,

Callable statements are an interesting problem. Postgres doesn't support
the notion of stored procedures which return result sets, which makes
callable statements somewhat redundant. That being said there has been
some talk on the list to support what we can in the driver.

Connection pooling has been done but due to a code freeze for 7.2 we are
not including it in this release. There are many open source pools which
you can use for connection pooling.

Not sure about commercial drivers

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Richard Lynders
Sent: Thursday, December 06, 2001 5:50 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] Callable Statements and Connection Pooling


Hi,

Fairly new to the group so if I am answering stupid questions please
forgive
me.


1). When do you expect the JDBC driver to support Callable statements.
2.) When do you you expect the JDBC driver to support Connection
pooling.
3.) Are there any commercial drivers available supporting these features



Thanks a lot


Regards

Richard

_________________________________________________________________
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: 7.3 build of PostgreSQL JDBC Driver
Next
From: Barry Lind
Date:
Subject: Re: [GENERAL] java stored procedures