Re: How to catch a command - Mailing list pgsql-novice

From Sean Davis
Subject Re: How to catch a command
Date
Msg-id 6e8ac93bbca48e612ce5795ed7ff4403@mail.nih.gov
Whole thread Raw
In response to How to catch a command  (Humberto Carvalho <carvalho.humberto@gmail.com>)
List pgsql-novice
On Jul 22, 2005, at 9:13 AM, Humberto Carvalho wrote:

> Hello,
>
> Anyone know if it's possible to catch a Select, delete, update or
> insert command before he takes effect in the postgres database?
>

For insert and update you can use triggers.  Not select, though.

Sean


pgsql-novice by date:

Previous
From: Humberto Carvalho
Date:
Subject: How to catch a command
Next
From: Michael Guerin
Date:
Subject: Re: duplicate key violates unique constraint. (repost)