Update docs for UUID data type
Andy Alsup <bluesbreaker@gmail.com>
From: Andy Alsup <bluesbreaker@gmail.com>
To: Pgsql-Hackers Mailing List <pgsql-hackers@postgresql.org>
Date: 2025-02-22T04:42:04Z
Lists: pgsql-hackers
Attachments
- 0001-UUID-datatype-docs.patch (application/octet-stream) patch 0001
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
Commits
-
doc: Convert UUID functions list to table format.
- ba57dcfdcda8 18.0 landed