Triggers on SELECT

From: Lonnie Cumberland <lonnie_cumberland(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Triggers on SELECT
Date: 2001-04-12 18:32:10
Message-ID: 20010412183210.4318.qmail@web12503.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello All,

I have been reading on the uses of the Triggers from within the PL/pgSQL
language and have seen that you can set up triggers for such things as UPDATE,
and INSERT.

I was just wondering why there was no trigger mechanicism for the SELECT
statement?

I could find some possible uses for this type of trigger as well.

Cheers,
Lonnie

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Olbersen 2001-04-12 18:32:19 DROP TABLE in transaction
Previous Message Diehl, Jeffrey 2001-04-12 18:31:06 RE: DB porting questions...