Re: WIP: push AFTER-trigger execution into ModifyTable node - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: WIP: push AFTER-trigger execution into ModifyTable node
Date
Msg-id 4AEDA564.9000203@cs.helsinki.fi
Whole thread Raw
In response to Re: WIP: push AFTER-trigger execution into ModifyTable node  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas wrote:
> You'd also have to disallow the case when there are any triggers on
> the INSERT, or where there are any triggers on anything else (because
> they might access the target table of the INSERT).  This will end up
> being so restricted as to be useless.

I might be wrong here, but I don't think it matters because those
trigger calls would have a different snapshot, right?  Or am I missing
something?


Regards,
Marko Tiikkaja



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: push AFTER-trigger execution into ModifyTable node
Next
From: Andres Freund
Date:
Subject: [PATCH] tsearch parser inefficiency if text includes urls or emails