PL/pgSQL adn triggers - Mailing list pgsql-novice

From Jason Tan
Subject PL/pgSQL adn triggers
Date
Msg-id Pine.LNX.3.95.1010831163216.9410O-100000@rebel.rebel.net.au
Whole thread Raw
List pgsql-novice
Is there anyay to access the query text that activates a trgger.

Ie if the query is fired on an inseert on a row, is it possible to get hte
actual sql of the query eg
"insert on triggered_row values(val1,val2);"


What I want to do is record each sql query executed on certain tables to
a logging table.


Regards
Jason


pgsql-novice by date:

Previous
From: "D. Duccini"
Date:
Subject: Re: Install Problem
Next
From: jik@foxinternet.net
Date:
Subject: renaming a db