Re: accessing text of the query in a rule

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: accessing text of the query in a rule
Дата
Msg-id c2d9e70e0512021248k5b00a6eek739afe6f9b82291e@mail.gmail.com
обсуждение исходный текст
Ответ на accessing text of the query in a rule  ("Toni Casueps" <casueps@hotmail.com>)
Список pgsql-general
On 12/2/05, Toni Casueps <casueps@hotmail.com> wrote:
> I am making rules for a table and I want to know what values or variables
> can I use apart from the "new..." and old... fields, for example I would
> like to read the SQL query that the user wrote that caused this rule to
> execute. Can this be done?
>

You can't see the original query but have a lot of information much relevant....

C triggers: http://www.postgresql.org/docs/current/static/trigger-interface.html
In plpgsql: http://www.postgresql.org/docs/current/static/plpgsql-trigger.html
In pltcl: http://www.postgresql.org/docs/current/static/pltcl-trigger.html
In plperl: http://www.postgresql.org/docs/current/static/plperl-triggers.html
In plpython: http://www.postgresql.org/docs/current/static/plpython-trigger.html

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [Fwd: Re: deadlock on the same relation]
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: createuser ignores stdin in 8.1.0?