Re: accessing text of the query in a rule - Mailing list pgsql-general

From Jaime Casanova
Subject Re: accessing text of the query in a rule
Date
Msg-id c2d9e70e0512021248k5b00a6eek739afe6f9b82291e@mail.gmail.com
Whole thread Raw
In response to accessing text of the query in a rule  ("Toni Casueps" <casueps@hotmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [Fwd: Re: deadlock on the same relation]
Next
From: Bruce Momjian
Date:
Subject: Re: createuser ignores stdin in 8.1.0?