Fix incorrect UUID index entry in function documentation
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: pgsql-docs@lists.postgresql.org
Date: 2025-06-20T14:33:22Z
Lists: pgsql-docs
Attachments
- v1-0001-doc-Fix-incorrect-UUID-index-entry-in-function-do.patch (text/plain) patch v1-0001
Hi,
Both the UUID data type and UUID functions pages define an index entry
for "UUID" that points to the data type section. As a result, the index
includes two identical entries linking to the UUID type docs,
which seems strange.
I believe the UUID functions page should instead define its own index
entry that links to itself. Currently, the indexterm is written as:
--------------------
<sect1 id="functions-uuid">
<title>UUID Functions</title>
<indexterm zone="datatype-uuid">
<primary>UUID</primary>
<secondary>generating</secondary>
</indexterm>
--------------------
I suspect that "datatype-uuid" is a copy-paste error and should be
"functions-uuid" to reflect the correct section. The attached patch
updates this accordingly.
Thoughts?
Regards,
--
Fujii Masao
NTT DATA Japan Corporation
Commits
-
doc: Fix incorrect UUID index entry in function documentation.
- 6c0b598acc98 13.22 landed
- 5fbaf0ffb579 14.19 landed
- 4f3eedc8a362 15.14 landed
- e5fcc6d14f35 16.10 landed
- 589c5f835600 17.6 landed
- 0cb5145a32c1 18.0 landed