Seems this is too new for pgsql-sql, so I ask here:
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