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

From John DeSoi
Subject Re: How to catch a command
Date
Msg-id 66F1B650-7A60-46F2-83E1-54B2C0FB0753@pgedit.com
Whole thread Raw
In response to How to catch a command  (Humberto Carvalho <carvalho.humberto@gmail.com>)
Responses Re: How to catch a command
List pgsql-novice
On Jul 22, 2005, at 9:13 AM, Humberto Carvalho wrote:

> Anyone know if it's possible to catch a Select, delete, update or
> insert command before he takes effect in the postgres database?
>
> I hope someone can help me.

You can use triggers for delete, update, and insert. Rules can work
on everything including select statements. See

http://www.postgresql.org/docs/8.0/interactive/sql-createrule.html






John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-novice by date:

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