| From: | Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> |
|---|---|
| To: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Fix incorrect UUID index entry in function documentation |
| Date: | 2025-06-21 00:55:15 |
| Message-ID: | CAD21AoCm=a=rohh6ULRqNahX4m_Q5USPv9SHTnoBEHEPjZxBsw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Fri, Jun 20, 2025 at 11:33 PM Fujii Masao
<masao(dot)fujii(at)oss(dot)nttdata(dot)com> wrote:
>
> 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?
+1. I think it also makes sense that "UUID generating" has the link to
"UUID Functions".
Regards,
--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dean Rasheed | 2025-06-21 08:01:32 | Re: Document if width_bucket's low and high are inclusive/exclusive |
| Previous Message | David G. Johnston | 2025-06-20 21:37:23 | Re: Cleanup of syntax.sgml |