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 CADOZ7s5R3bMKufqr21KLgv=wf3fRbW8dApFRD4e26Rp57qHzPw@mail.gmail.com
Whole thread Raw
In response to Update docs for UUID data type  (Andy Alsup <bluesbreaker@gmail.com>)
Responses Re: Update docs for UUID data type
List pgsql-hackers
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, once generated, PostgreSQL treats all UUIDs uniformly.

Patch 0002 contains modifications to the UUID functions docs (Section 9.14. UUID Functions). The main goal is to format the UUID functions in table form, similar to other function docs, such as Section 9.4. String Functions and Operators. This provides the user a more consistent format, in line with more established sections of the PostgreSQL documentation.

Thank you for your time and consideration.

Regards,
Andy Alsup

On Fri, Feb 21, 2025 at 11:42 PM Andy Alsup <bluesbreaker@gmail.com> wrote:
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.

Regards,
Andy Alsup
Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Conflict detection for multiple_unique_conflicts in logical replication
Next
From: Tender Wang
Date:
Subject: Re: Anti join confusion