Re: Update docs for UUID data type - Mailing list pgsql-hackers

From Andy Alsup
Subject Re: Update docs for UUID data type
Date
Msg-id CADOZ7s6+NEhGrBBxV36yOB27oxJKbgPRW=r+mbKe8Wbt7mb61Q@mail.gmail.com
Whole thread Raw
In response to Re: Update docs for UUID data type  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Update docs for UUID data type
List pgsql-hackers
Masahiko,

I have combined the gen_random_uuid() and uuidv4() into a single row, as you suggested. Please find the v5 patch, which has been squashed into a single commit.

Best regards,
Andy Alsup

On Thu, Feb 27, 2025 at 5:02 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
On Thu, Feb 27, 2025 at 1:26 PM Andy Alsup <bluesbreaker@gmail.com> wrote:
>
> I've submitted it for the up-coming commitfest. The link is: https://commitfest.postgresql.org/patch/5604/
> Thanks for all your help in reviewing these changes.

Thank you for the patch!

Regarding the 0001 patch, I think we can put uuidv4() and
get_random_uuid() in the same row since they are effectively identical
functions. For example, we have precedent such as char_length() and
character_length().

The 0002 patch looks good to me.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com
Attachment

pgsql-hackers by date:

Previous
From: Zhang Mingli
Date:
Subject: Re: Improve documentation regarding custom settings, placeholders, and the administrative functions
Next
From: Peter Geoghegan
Date:
Subject: Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM?