copy.sgml: add XML ID attributes to <varlistentry> tags.
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: pgsql-docs@lists.postgresql.org
Date: 2025-10-29T13:28:07Z
Lists: pgsql-docs
Attachments
- v1-0001-make-COPY.sgml-Parameters-linkable.patch (text/x-patch) patch v1-0001
hi. similar to what we did in https://git.postgresql.org/cgit/postgresql.git/commit/?id=78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5 I happened to notice COPY.sgml <refsect1> Parameters section is un-linkable. The Parameters section in copy.sgml has shorter explanations compared to create_table.sgml, but it contains a long list of options. So I think making Each parameter linkable would improve readability.
Commits
-
Doc: add IDs to copy.sgml's <varlistentry> and <refsect1>
- e4018f891dec 19 (unreleased) landed
-
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
- 78ee60ed84bb 16.0 cited