Re: How do I call multiple functions in one trigger?

Поиск
Список
Период
Сортировка
От John Sidney-Woollett
Тема Re: How do I call multiple functions in one trigger?
Дата
Msg-id 4994.192.168.0.64.1077012423.squirrel@mercury.wardbrook.com
обсуждение исходный текст
Ответ на Re: How do I call multiple functions in one trigger?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane said:
> "Wei Wang" <ww220@cam.ac.uk> writes:
>> Can I call multiple functions in one trigger?

You could create a "wrapper" function that the trigger calls, which then
calls all the other functions that you need to call, in the order in which
they are defined in the wrapper function.

John Suidney-Woollett

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

Предыдущее
От: Antonios Christofides
Дата:
Сообщение: Re: Cascade delete triggers change user credentials
Следующее
От: Pascal Polleunus
Дата:
Сообщение: function returning a record