CREATE TRIGGER documentation inconsistensies

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема CREATE TRIGGER documentation inconsistensies
Дата
Msg-id 169286345424.621.8832808856493079834@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: CREATE TRIGGER documentation inconsistensies  (Erik Wienhold <ewie@ewie.name>)
Список 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 по дате отправления:

Предыдущее
От: "Euler Taveira"
Дата:
Сообщение: Re: There is no description about "Logical Replication also use or occupy max_wal_senders ",
Следующее
От: Erik Wienhold
Дата:
Сообщение: Re: CREATE TRIGGER documentation inconsistensies