Обсуждение: Postgres 9.1 trigger function parameters

Поиск
Список
Период
Сортировка

Postgres 9.1 trigger function parameters

От
Michael Rowan
Дата:
I need to write a trigger and trigger function to make an automatic update of a column.  (I am already familiar with providing this for a specific table (thanks Thom)).  Can I make this trigger function universal by passing parameters from the trigger?

Michael Rowan