Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error - Mailing list pgsql-committers

From Daniel Gustafsson
Subject Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Date
Msg-id B94D82D1-7AF4-4412-AC02-82EAA6154957@yesql.se
Whole thread Raw
In response to pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error  (Álvaro Herrera <alvherre@kurilemu.de>)
List pgsql-committers
> On 3 Jul 2025, at 11:30, Álvaro Herrera <alvherre@kurilemu.de> wrote:

alabio seems unhappy, and the hunk below seems to be culprit, it should closed
with a </varlistentry> right?

> doc/src/sgml/ref/create_trigger.sgml   |  9 ++++++++-

+   <varlistentry>
+    <term><literal>ENFORCED</literal></term>
+    <listitem>
+     This is a noise word.  Constraint triggers are always enforced.
+    </listitem>
+   </varlistitem>

--
Daniel Gustafsson




pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Prevent creation of duplicate not-null constraints for domains
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio