Re: Update docs for UUID data type

Masahiko Sawada <sawada.mshk@gmail.com>

From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Andy Alsup <bluesbreaker@gmail.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, Pgsql-Hackers Mailing List <pgsql-hackers@postgresql.org>
Date: 2025-02-27T22:01:59Z
Lists: pgsql-hackers
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



Commits

  1. doc: Convert UUID functions list to table format.