Re: GUC for temporarily disabling event triggers

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, Michael Paquier <michael@paquier.xyz>, Justin Pryzby <pryzby@telsasoft.com>, Mikhail Gribkov <youzhick@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-04-05T14:43:23Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Maybe we should back up and ask why we need more than "on" and "off".
> If somebody is using this feature in any form more than very
> occasionally, they should really go home and reconsider their database
> schema.

+1 ... this seems perhaps overdesigned.

			regards, tom lane



Commits

  1. Add GUC for temporarily disabling event triggers

  2. Fix typos in code and comments