pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER
Date
Msg-id E1rVTsG-0048VF-4M@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/16a80e8912bb98c1a7763f6f6a29e23f43783f9d

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix incorrect openssl option
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER