Re: getting value of just inserted rows

From: "(dot)"(at)babolo(dot)ru
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: getting value of just inserted rows
Date: 2002-04-24 00:01:19
Message-ID: 200204240001.EAA18193@aaz.links.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> >> How can I get single field (attribute) value just inserted new row
> >> into the table (by not using select query to find this row)?
> >>
> >> (type of that field is serial),
Why not using select query?
Use oid from last install and select by oid is the best way IMHO

--
@BABOLO http://links.ru/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Marc Zandvliet 2002-04-24 18:43:06 help with integrating liblpq program
Previous Message ibs 2002-04-23 09:48:25 How can I ld_library path set for lpq++ with FreeBSD ?