Statement triggers 7.4 NEW/OLD - Mailing list pgsql-sql

From Andreas Pflug
Subject Statement triggers 7.4 NEW/OLD
Date
Msg-id 3EA7CD6A.9080404@web.de
Whole thread Raw
List pgsql-sql
How can I address the rows affected by an insert/update/delete statement 
in pl/pgsql?
The doc says that NEW and OLD will be NULL for statement triggers, which 
makes sense because NEW and OLD are of type RECORD, capable of holding 
only a single row.
So where's the beef?


Regards,
Andreas



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why doesn't EXPLAIN ANALYZE show UPDATE step?
Next
From: Robert Treat
Date:
Subject: rewriting values with before trigger