Re: [JDBC] Returning oid or primary key

2001-05-03 Thread Bruce Momjian
However, _if_ RETURNING is going to be in the standard SQL for the next release, _and_ there are plans to update the jdbc driver to take advantage of that in the callable statement, as well, then it makes more sense _not_ to add my patch that implements the 'overloading' of the return value

Re: [JDBC] Returning oid or primary key

2001-05-03 Thread Ned Wolpert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: Bruce Momjian [EMAIL PROTECTED] Date: Thu, 3 May 2001 13:42:23 -0400 (EDT) Certainly the portable solution is to get RETURNING into the backend so you can decide what you want to return. I agree. Is that currently planned for the next