Re: JDBC changes for 7.2... some questions...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC changes for 7.2... some questions...
Date: 2001-08-21 21:31:55
Message-ID: 11871.998429515@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com> writes:
> What about the 'select @@last_oid' to make the getInsertedOID() call
> available even when the driver is wrapped by a pooling manager?

> How do people feel about this?

Yech. At least, not with *that* syntax. @@ is a valid operator name
in Postgres.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ned Wolpert 2001-08-21 21:37:05 Re: JDBC changes for 7.2... some questions...
Previous Message Ned Wolpert 2001-08-21 21:27:04 Re: JDBC changes for 7.2... some questions...

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mitch Vincent 2001-08-21 21:34:32 Re: Data types
Previous Message Bruce Momjian 2001-08-21 21:30:43 Re: [PATCHES] Array Support Fix