Triggers on Stored Procedures

Поиск
Список
Период
Сортировка
От Omer Anson
Тема Triggers on Stored Procedures
Дата
Msg-id AANLkTinDq6GoWO_=FuihMqOx6JBA7c2JN5PPfoPwNKE4@mail.gmail.com
обсуждение исходный текст
Ответы Re: Triggers on Stored Procedures  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-admin
Hello.

First of all, I apologise if I am posting this in the wrong place.

I would like to implement aspect-oriented programming in SQL. To that
end, I figured I need a notification method whenever a stored
procedure is executed (If possible, with rudimentary filtering). I
have seen that this can be done with triggers for INSERT, UPDATE, and
DELETE commands, and with RULES  for SELECT commands.

My question is: Is there a way to do this to stored procedures,
without modifying the stored procedure code?

Thank you.
Omer Anson.

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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: "root" execution not permitted. and busybox
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Triggers on Stored Procedures