Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cb5145

Browse files
committed
doc: Fix incorrect UUID index entry in function documentation.
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 <[email protected]> Reviewed-by: Masahiko Sawada <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 13
1 parent 6531f36 commit 0cb5145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14384,7 +14384,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
1438414384
<sect1 id="functions-uuid">
1438514385
<title>UUID Functions</title>
1438614386

14387-
<indexterm zone="datatype-uuid">
14387+
<indexterm zone="functions-uuid">
1438814388
<primary>UUID</primary>
1438914389
<secondary>generating</secondary>
1439014390
</indexterm>

0 commit comments

Comments
 (0)