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

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

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