Fix incorrect UUID index entry in function documentation

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Fix incorrect UUID index entry in function documentation
Date: 2025-06-20 14:33:22
Message-ID: f33e0493-5773-4296-87c5-7ce459054cfe@oss.nttdata.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Attachment Content-Type Size
v1-0001-doc-Fix-incorrect-UUID-index-entry-in-function-do.patch text/plain 1.2 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Joshua Drake 2025-06-20 19:33:10 Cleanup of syntax.sgml
Previous Message Tom Lane 2025-06-19 15:11:53 Re: Document if width_bucket's low and high are inclusive/exclusive