Re: getting value of just inserted rows - Mailing list pgsql-interfaces

From ."@babolo.ru
Subject Re: getting value of just inserted rows
Date
Msg-id 200204240001.EAA18193@aaz.links.ru
Whole thread Raw
In response to Re: getting value of just inserted rows  (lexx_h@chat.ru)
List 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/


pgsql-interfaces by date:

Previous
From: "."@babolo.ru
Date:
Subject: Re: sqlbang
Next
From: "Marc Zandvliet"
Date:
Subject: help with integrating liblpq program