pgsql: doc: Fix incorrect UUID index entry in function documentation. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix incorrect UUID index entry in function documentation.
Date
Msg-id E1uTwDc-0035ES-0B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5fbaf0ffb579fff85cecd7ab9233bb76034541a8

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix incorrect UUID index entry in function documentation.
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix incorrect UUID index entry in function documentation.