Re: Triggers on SELECT - Mailing list pgsql-sql

From Joel Burton
Subject Re: Triggers on SELECT
Date
Msg-id Pine.LNX.4.21.0104121446150.1712-100000@olympus.scw.org
Whole thread Raw
In response to Triggers on SELECT  (Lonnie Cumberland <lonnie_cumberland@yahoo.com>)
List pgsql-sql
On Thu, 12 Apr 2001, Lonnie Cumberland wrote:

> 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?

You could use a RULE instead -- you might be able to get what you want
this way.

-- 
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington



pgsql-sql by date:

Previous
From: Roberto Mello
Date:
Subject: Re: Function overlaps_interval
Next
From: Jeff Eckermann
Date:
Subject: RE: RE: Re: select substr???