On 9 March 2012 14:09, Robert Haas <[email protected]> wrote: > On Wed, Mar 7, 2012 at 4:53 PM, Thom Brown <[email protected]> wrote: >> I've also since found that if I issue a VACUUM, CLUSTER or REINDEX on >> a read-only standby, the BEFORE ANY COMMAND trigger fires. I don't >> think any trigger should fire on a read-only standby. > > Why ever not?
Sorry, I meant any command trigger. It's because none of the commands can be run on a standby, so the triggers don't seem appropriate. -- Thom -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
