create trigger : functions

Поиск
Список
Период
Сортировка
От Sandeep Joshi
Тема create trigger : functions
Дата
Msg-id 3A39733D.245A8FA3@zambeel.com
обсуждение исходный текст
Ответы Trigger  (Manika dey <bithi@ipr.res.in>)
Список pgsql-general
Hi,
   I have written a 'C' function to be called during INSERT trigger on a
table.

   Are there any restrictions on the functions that can be called?

   I know you can call SPI_* functions. But, can I call PQ*  functions ?
e.g PQsetdb.

   Is there any document which describes how the functions written for
trigger are executed?
Do they executed within the same process as server process or another
process is started to execute the commands?

regards,

Sandeep


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

Предыдущее
От: Alvar Freude
Дата:
Сообщение: Re: Apache+Postgresql (mod_auth_pgsql)
Следующее
От: "Dan Wilson"
Дата:
Сообщение: Trigger/Function problem