From: | Andy Alsup <bluesbreaker(at)gmail(dot)com> |
---|---|
To: | Pgsql-Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Update docs for UUID data type |
Date: | 2025-02-24 03:23:45 |
Message-ID: | CADOZ7s5R3bMKufqr21KLgv=wf3fRbW8dApFRD4e26Rp57qHzPw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmail(dot)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 | Content-Type | Size |
---|---|---|
0001-docs-for-UUID-datatype-mention-UUID-versions.patch | application/octet-stream | 2.2 KB |
0002-docs-for-UUID-funcs-formatted-in-table.patch | application/octet-stream | 7.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tender Wang | 2025-02-24 03:24:35 | Re: Anti join confusion |
Previous Message | Amit Kapila | 2025-02-24 02:46:20 | Re: pg_copy_logical_replication_slot doesn't copy the failover property |