Re: CREATE TRIGGER documentation inconsistensies

2023-08-26 Thread Andrei Tihonovschi
Thanks for clarifying, Erik. That was my fault. I was absolutely sure I've upgraded PostgreSQL to v.14 but actually I've had v.13 running. After upgrading to v.14 the CREATE OR REPLACE TRIGGER construction works as it was stated in the documentation. Thanks again. Sent by from my Android devic

Re: CREATE TRIGGER documentation inconsistensies

2023-08-24 Thread Erik Wienhold
> On 24/08/2023 09:50 CEST PG Doc comments form wrote: > > 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

CREATE TRIGGER documentation inconsistensies

2023-08-24 Thread PG Doc comments form
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] TR