CREATE TRIGGER documentation inconsistensies - Mailing list pgsql-docs

From PG Doc comments form
Subject CREATE TRIGGER documentation inconsistensies
Date
Msg-id 169286345424.621.8832808856493079834@wrigleys.postgresql.org
Whole thread Raw
Responses Re: CREATE TRIGGER documentation inconsistensies
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/sql-createtrigger.html
Description:

In PostgreSQL 14 and 15 (previous versions I've not checked) is stated that
CREATE TRIGGER statement is as follows:

CREATE [OR REPLACE] [CONSTRAINT] TRIGGER

however while CREATE TRIGGER works correctly the CREATE OR REPLACE TRIGGER
construction leads to

SQLSTATE[42601]: Syntax error: 7 ERROR:  syntax error at or near "TRIGGER"

looks like CREATE TRIGGER doesn't support OR REPLACE, but documentation is
then incorrect.

pgsql-docs by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: There is no description about "Logical Replication also use or occupy max_wal_senders ",
Next
From: Erik Wienhold
Date:
Subject: Re: CREATE TRIGGER documentation inconsistensies