function from rule

Поиск
Список
Период
Сортировка
От sara_software@hotmail.com (sara_software)
Тема function from rule
Дата
Msg-id c05ff500.0111301332.1e9373df@posting.google.com
обсуждение исходный текст
Ответы Re: function from rule  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-general
I have a rule that calls a function on insert to a particular table.

I need this function to get the values from the insert function. so if
someone enters:

insert into this_table values(1,2,3);

I want to declare a variable and assign it the values in the insert
action.

How can I do this?

thx

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

Предыдущее
От: Chris Lee
Дата:
Сообщение: Syslog
Следующее
От: Laszlo Hornyak
Дата:
Сообщение: java stored procedures