Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Date: 2025-07-03 12:03:56
Message-ID: B94D82D1-7AF4-4412-AC02-82EAA6154957@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> On 3 Jul 2025, at 11:30, Álvaro Herrera <alvherre(at)kurilemu(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-07-03 14:09:57 pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio
Previous Message Álvaro Herrera 2025-07-03 09:47:00 pgsql: Prevent creation of duplicate not-null constraints for domains