Re: JDBC 3.0 support?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Barry Lind <blind(at)xythos(dot)com>
Cc: Hanasaki JiJi <hanasaki(at)hanaden(dot)com>, PostgreSQL JDBC - LIST <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC 3.0 support?
Date: 2003-05-07 04:27:12
Message-ID: 24651.1052281632@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Barry Lind <blind(at)xythos(dot)com> writes:
> The driver is already 3.0 compliant for that. It correctly returns
> false to DatabaseMetaData.supportsGetGeneratedKeys() indicating that
> postgresql does not support this functionality. This isn't likely to
> change unless some significant new functionality is introduced in the
> server to do this.

What exactly would the server need to do to support this? Do you think
the effort is warranted?

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-05-07 05:06:39 Re: JDBC 3.0 support?
Previous Message Hanasaki JiJi 2003-05-07 03:13:41 Re: JDBC 3.0 support?