pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER
Date: 2024-02-01 10:07:41
Message-ID: E1rVTyv-0048bv-O2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/43eb5c6a479cf7c2c18cf245ff1eed73ed84b768

Modified Files
--------------
doc/src/sgml/ref/alter_event_trigger.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-02-01 11:12:16 pgsql: doc: improve role option documentation
Previous Message Daniel Gustafsson 2024-02-01 10:07:28 pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER