pgsql: doc: Convert UUID functions list to table format. - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: doc: Convert UUID functions list to table format.
Date
Msg-id E1tpFSO-000eke-2L@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.com>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow => syntax for named cursor arguments in plpgsql.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add more assertions in palloc0() and palloc_extended()