JDBC 2.0 Standard Extensions for PostgreSQL - Mailing list pgsql-interfaces

From David Marshall
Subject JDBC 2.0 Standard Extensions for PostgreSQL
Date
Msg-id 387E4839.AB4E4942@vmguys.com
Whole thread Raw
Responses Re: [INTERFACES] JDBC 2.0 Standard Extensions for PostgreSQL  (Jim Wise <jwise@draga.com>)
List pgsql-interfaces
Are list members interested in an implementation of the JDBC standard extensions?

I've been working on implementations of DataSource and connection pooling for an internal project
and would be willing to contribute this to the PostgreSQL JDBC driver if it is of interest to
others.

Some initial thoughts:

- A new package would be added (say postgresql.jdbc2.stdext)
- This package would only build as an option from the Makefile (this would prevent make breaking
for Java users who do not JNDI and the javax.sql installed)
- Initial cut would include DataSource and connection pooling only (no RowSet support)

Anyone interested?

--
David Marshall           email: dmarshall@vmguys.com
VM Systems, Inc.         phone: 1-941-596-2480
Naples, FL USA           fax:   1-941-596-2483





pgsql-interfaces by date:

Previous
From: swift@eturnkey.com
Date:
Subject: Setup of PGAdmin
Next
From: Assaf Arkin
Date:
Subject: Re: [INTERFACES] JDBC 2.0 Standard Extensions for PostgreSQL