Re: Can I catch sentences in SQL using triggers? - Mailing list pgsql-general

From Richard Huxton
Subject Re: Can I catch sentences in SQL using triggers?
Date
Msg-id 429DD662.2020801@archonet.com
Whole thread Raw
In response to Can I catch sentences in SQL using triggers?  (Manuel García <mgarciah@ife.org.mx>)
List pgsql-general
Manuel García wrote:
> Hello Everybody, somebody knows if its possible to catch one
> sentences in full SQL using the triggers, or maybe somebody have any
> idea about to how do it?
>
> I am using postgreSQL 7.3 on fedora core 1

If I understand, you want to access the query, e.g. "SELECT * FROM
my_table" from within a trigger function. The answer is no. If you can
describe what you're trying to do, someone may be able to help though.

--
   Richard Huxton
   Archonet Ltd


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: prevent user change password?
Next
From: Richard Huxton
Date:
Subject: Re: Old problem needs solution