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

From lexx_h@chat.ru
Subject Re: getting value of just inserted rows
Date
Msg-id E16zuBY-0007mZ-00@mail.chat.ru
Whole thread Raw
In response to getting value of just inserted rows  (lexx_h@chat.ru)
Responses Re: getting value of just inserted rows  ("."@babolo.ru)
List pgsql-interfaces
But Postgresql doesn't  support all SQL99 standart,
so there is missing such terms as OLD and NEW ,REFERENCING OLD ROW AS..!!


"Darko Prenosil" <Darko.Prenosil@finteh.hr> wrote:
>Create insert trigger and look in the NEW !
>
>
>----- Original Message ----- 
>>   
>> 
>> Hello all.
>> Please, help me,
>> 
>> 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),
>> 
>> ---> 


pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: No such attribute or function 'oid'
Next
From: Andreas Kretzer
Date:
Subject: Re: Beginner Programming Question