Thread: Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
On 2025-Jul-03, Daniel Gustafsson wrote: > > 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? Thanks for pointing this out. Yeah, not only I used the wrong tag, but it's also missing the wrapping <para> around the text. Should be fixed now. It turns out our meson port doesn't have the equivalent of a "make -C doc/src/sgml check". Sigh. Back to configure again for me ... -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "Industry suffers from the managerial dogma that for the sake of stability and continuity, the company should be independent of the competence of individual employees." (E. Dijkstra)
On Thursday, July 3, 2025, Álvaro Herrera <alvherre@kurilemu.de> wrote:
It turns out our meson port doesn't have the equivalent of a
"make -C doc/src/sgml check". Sigh. Back to configure again for me ...
It could if someone wants to push this or something similar.
David J.