Re: change a field

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: change a field
Дата
Msg-id Pine.LNX.4.44.0309151026020.1123-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на change a field  (Patrick Meylemans <Patrick.Meylemans@wtcm.be>)
Список pgsql-sql
> I want to change a field of a record after the modification of another 
> field of the same record or during an insert of a new record.

You can easily accomplish this in a BEFORE trigger. It is applicable for 
both insert & update.

regards,
bhuvaneswaran



В списке pgsql-sql по дате отправления:

Предыдущее
От: Rudi Starcevic
Дата:
Сообщение: Re: Linked Lists example.
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Plz, what is the most "correct" method