Re: Fix incorrect UUID index entry in function documentation - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: Fix incorrect UUID index entry in function documentation
Date
Msg-id 5508B177-2609-442F-9FB5-B24CF9C51556@yesql.se
Whole thread Raw
In response to Re: Fix incorrect UUID index entry in function documentation  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: Fix incorrect UUID index entry in function documentation
List pgsql-docs
> On 23 Jun 2025, at 16:40, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:

> So barring any objections, I will commit the patch.

+1, LGTM.  There is one more occurrence though, the relnotes seem to need the
same treatment as they talk about UUID functions and not the UUID datatype:

diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml
index 662c7d8890f..fba01d3ca44 100644
--- a/doc/src/sgml/release-18.sgml
+++ b/doc/src/sgml/release-18.sgml
@@ -2498,7 +2498,7 @@ Author: Masahiko Sawada <msawada@postgresql.org>

      <listitem>
      <para>
-     Add <link linkend="datatype-uuid"><type>UUID</type></link>
+     Add <link linkend="functions-uuid"><type>UUID</type></link>
      version 7 generation function <link
      linkend="func_uuid_gen_table"><function>uuidv7()</function></link>
      (Andrey Borodin)
 
--
Daniel Gustafsson




pgsql-docs by date:

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