From 16a80e8912bb98c1a7763f6f6a29e23f43783f9d Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 1 Feb 2024 10:45:37 +0100 Subject: [PATCH] doc: remove incorrect grammar for ALTER EVENT TRIGGER The Parameters subsection had an extra TRIGGER in the grammar for DISABLE/ENABLE which is incorrect. Backpatch down to all supported versions since it's been like this all along. Discussion: https://postgr.es/m/0AFB171E-7E78-4A90-A140-46AB270212CA@yesql.se Backpatch-through: v12 --- doc/src/sgml/ref/alter_event_trigger.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/alter_event_trigger.sgml b/doc/src/sgml/ref/alter_event_trigger.sgml index ef5253bf37e..139d74e372f 100644 --- a/doc/src/sgml/ref/alter_event_trigger.sgml +++ b/doc/src/sgml/ref/alter_event_trigger.sgml @@ -73,7 +73,7 @@ ALTER EVENT TRIGGER name RENAME TO - DISABLE/ENABLE [ REPLICA | ALWAYS ] TRIGGER + DISABLE/ENABLE [ REPLICA | ALWAYS ] These forms configure the firing of event triggers. A disabled trigger