Re: Update docs for UUID data type

2025-03-03 Thread Masahiko Sawada
On Fri, Feb 28, 2025 at 1:44 PM Andy Alsup wrote: > > Masahiko, > > I like the change you've made. Pushed. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com

Re: Update docs for UUID data type

2025-02-28 Thread Andy Alsup
Masahiko, I like the change you've made. Thanks, Andy Alsup On Fri, Feb 28, 2025 at 2:05 PM Masahiko Sawada wrote: > On Thu, Feb 27, 2025 at 5:50 PM Andy Alsup wrote: > > > > Masahiko, > > > > I have combined the gen_random_uuid() and uuidv4() into a single row, as > you suggested. Please fin

Re: Update docs for UUID data type

2025-02-28 Thread Masahiko Sawada
On Thu, Feb 27, 2025 at 5:50 PM Andy Alsup wrote: > > 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. Thank you for updating the patch! I like that the patch adds t

Re: Update docs for UUID data type

2025-02-27 Thread Andy Alsup
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 wrote: > On Thu, Feb 27, 2025 at 1:26 PM Andy Alsup

Re: Update docs for UUID data type

2025-02-27 Thread Masahiko Sawada
On Thu, Feb 27, 2025 at 1:26 PM Andy Alsup 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(

Re: Update docs for UUID data type

2025-02-27 Thread Andy Alsup
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. Best Regards, Andy Alsup On Thu, Feb 27, 2025 at 1:58 PM Laurenz Albe wrote: > On Wed, 2025-02-26 at 22:11 -0500, Andy Alsup wrote: > >

Re: Update docs for UUID data type

2025-02-27 Thread Laurenz Albe
On Wed, 2025-02-26 at 22:11 -0500, Andy Alsup wrote: > Please find the latest patch files attached. This is good to go. If you add it to the commitfest, I'm happy to mark it "ready for committer". Yours, Laurenz Albe

Re: Update docs for UUID data type

2025-02-26 Thread Andy Alsup
Thank you for the clarification, and the well-worded paragraph. Please find the latest patch files attached. Best regards, Andy Alsup On Tue, Feb 25, 2025 at 12:41 PM Laurenz Albe wrote: > On Mon, 2025-02-24 at 21:04 -0500, Andy Alsup wrote: > > Please find the attached patch, which only addres

Re: Update docs for UUID data type

2025-02-25 Thread Laurenz Albe
On Mon, 2025-02-24 at 21:04 -0500, Andy Alsup wrote: > Please find the attached patch, which only addresses the UUID functions > (in table format). I appreciate the comments related to the UUID datatype. > If you feel like the additional content didn't add clarity, I certainly won't > argue. Your

Re: Update docs for UUID data type

2025-02-24 Thread Andy Alsup
Please find the attached patch, which only addresses the UUID functions (in table format). I appreciate the comments related to the UUID datatype. If you feel like the additional content didn't add clarity, I certainly won't argue. Best regards, Andy Alsup On Mon, Feb 24, 2025 at 2:02 AM Laurenz

Re: Update docs for UUID data type

2025-02-23 Thread Laurenz Albe
On Sun, 2025-02-23 at 22:23 -0500, Andy Alsup wrote: > Please find the attached patch files that supersede the previous email.  > > Patch 0001 contains some modest modifications to the UUID data type docs > (Section 8.12. UUID Type). The main goal is to inform the reader that there > are multiple

Re: Update docs for UUID data type

2025-02-23 Thread Andy Alsup
Please find the attached patch files that supersede the previous email. Patch 0001 contains some modest modifications to the UUID data type docs (Section 8.12. UUID Type). The main goal is to inform the reader that there are multiple versions of UUID generation algorithms (presently 8); however, o

Update docs for UUID data type

2025-02-21 Thread Andy Alsup
The attached patch file makes some modest changes to the docs for the UUID data type (Section 8.12. UUID Type). The main goal is to inform the reader that there are multiple versions of UUID generation algorithms (presently 8); however, once generated, PostgreSQL treats all UUIDs uniformly. Regard