]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix incorrect UUID index entry in function documentation.
authorFujii Masao <fujii@postgresql.org>
Tue, 24 Jun 2025 05:21:10 +0000 (14:21 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 24 Jun 2025 05:26:03 +0000 (14:26 +0900)
Previously, the UUID functions documentation defined the "UUID" index entry
to link to the UUID data type page, even though that entry already exists there.
Instead, the UUID functions page should define its own index entry linking
to itself.

This commit updates the UUID index entry in the UUID functions documentation
to point to the correct section, improving navigation and avoiding duplication.

Back-patch to all supported versions.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/f33e0493-5773-4296-87c5-7ce459054cfe@oss.nttdata.com
Backpatch-through: 13

doc/src/sgml/func.sgml

index 061330a53c5c952ca6c385562ba43dd614e08ac6..1b16914fa7e68c1ba19a3e2473380baac2a3edd1 100644 (file)
@@ -14161,7 +14161,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
  <sect1 id="functions-uuid">
   <title>UUID Functions</title>
 
-  <indexterm zone="datatype-uuid">
+  <indexterm zone="functions-uuid">
    <primary>UUID</primary>
    <secondary>generating</secondary>
   </indexterm>