Bruce Momjian wrote:
>Here are the changes for 7.4. I am looking for any improvements. This
>will be adjusted as we move through beta.
>
>---------------------------------------------------------------------------
>Add FOR EACH STATEMENT statement-level triggers (Neil Conway)
>
AFAICS the current implementation still doesn't have a way to access the
affected rowset, so it'a pretty much like a SELECT without a WHERE. This
restricts the usability of statement-level triggers to very limited
cases. IMHO it's not a good idea to announce an incompletely implemented
feature.
Regards,
Andreas