Re: getting value of just inserted rows

Поиск
Список
Период
Сортировка
От lexx_h@chat.ru
Тема Re: getting value of just inserted rows
Дата
Msg-id E16zuBY-0007mZ-00@mail.chat.ru
обсуждение исходный текст
Ответ на getting value of just inserted rows  (lexx_h@chat.ru)
Ответы Re: getting value of just inserted rows  ("."@babolo.ru)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: No such attribute or function 'oid'
Следующее
От: Andreas Kretzer
Дата:
Сообщение: Re: Beginner Programming Question