Docs: Create table description for constraints markup fix and label tweaks
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-03T17:18:41Z
Lists: pgsql-hackers
Attachments
- v1-0002-pgsql-doc-Make-constraint-type-labels-not-match-s.patch (application/octet-stream) patch v1-0002
- v1-0001-pgsql-doc-Fix-malformed-sgml-element-nesting-for-.patch (application/octet-stream) patch v1-0001
Hi, Responding to a recent report on -general [1] I found a markup bug in the primary key description under create table. 0001 fixes this. The complaint itself was about using "column constraint" as a descriptive label in a syntax area when "column constraint" is an actual defined syntax label. 0002 adds the word "variant" to the six places "(table/column constraint)" is used in this manner. David J. [1] https://www.postgresql.org/message-id/CA+FnnTzeE30E4kfK4=+MLe4DBORu4CdYvPQgWUYakRxfwsbEtg@mail.gmail.com