Trigger

Поиск
Список
Период
Сортировка
От Andy Samuel
Тема Trigger
Дата
Msg-id 000501c1005d$c8547020$0100a8c0@foserver
обсуждение исходный текст
Список pgsql-general
How do I create a trigger on a table if a certain row is updated ?
For example, a table called DefaultValue with :
ModuleId char(10),
FieldId char(10),
DefVal char(3)

If I update the table 'update DefaultValue set defval='OFF'  where
FieldId='MODULESTATUS' then it will fire the event.

Thank you in advance
Andy




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

Предыдущее
От: Paul Tomblin
Дата:
Сообщение: Re: Re: useability of apache, PHP, Postgres for real business apps
Следующее
От: Igor
Дата:
Сообщение: How to check connection?