Re: [GENERAL] returning oid of last insert?

1998-07-22 Thread Bruce Momjian
> Thanks for the help. I checked libpq, and just to follow up, it is quite > easy to get the oid of the last insert using the routine oidStatus. > > On Sun, 19 Jul 1998, Peter T Mount wrote: > > > On Sat, 18 Jul 1998, Matt McClure wrote: > > > > > Is there a way to return the oid of the last

Re: [GENERAL] returning oid of last insert?

1998-07-22 Thread Matt McClure
Thanks for the help. I checked libpq, and just to follow up, it is quite easy to get the oid of the last insert using the routine oidStatus. On Sun, 19 Jul 1998, Peter T Mount wrote: > On Sat, 18 Jul 1998, Matt McClure wrote: > > > Is there a way to return the oid of the last insert command?