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

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Convert UUID functions list to table format.
Date: 2025-03-03 23:44:20
Message-ID: E1tpFSO-000eke-2L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Convert UUID functions list to table format.

Convert the list of UUID functions into a table for better
readability. This commit also adds references to the UUID type section
and includes descriptions of different UUID generation algorithm
versions.

Author: Andy Alsup <bluesbreaker(at)gmail(dot)com>
Reviewed-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/CADOZ7s7OHag+r6w+BzKw2xgb3fVtAD-pU=_N9-9pSe5W1TB+xQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ba57dcfdcda824e92eeb30b8863be8bf784908a8

Modified Files
--------------
doc/src/sgml/datatype.sgml | 9 +++
doc/src/sgml/func.sgml | 182 ++++++++++++++++++++++++++++++++++++---------
2 files changed, 155 insertions(+), 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-03-04 01:54:01 pgsql: Add more assertions in palloc0() and palloc_extended()
Previous Message Tom Lane 2025-03-03 23:00:22 pgsql: Allow => syntax for named cursor arguments in plpgsql.