Trigger Rowsets

From: Ralph Mason <ralph(dot)mason(at)telogis(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Trigger Rowsets
Date: 2005-11-02 23:34:14
Message-ID: 43694CF6.4050605@telogis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I want to do statement level triggers for performance, but it seems
there is no 'updated', 'inserted', or 'deleted' tables inside the
trigger and nothing I can find in the documentation that offers similar
functionality.

Is there any way that I can access only those rows that were changed?

Thanks
Ralph

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2005-11-02 23:44:30 Re: [PERFORM] improvise callbacks in plpgsql
Previous Message Greg Stark 2005-11-02 17:26:25 Re: 8.x index insert performance