pgsql: Doc: clean up documentation for new UUID functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clean up documentation for new UUID functions.
Date: 2025-09-25 15:23:34
Message-ID: E1v1nok-0001rj-0g@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clean up documentation for new UUID functions.

Fix assorted failures to conform to our normal style for function
documentation, such as lack of parentheses and incorrect markup.

Author: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Co-authored-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CAB-JLwbocrFjKfGHoKY43pHTf49Ca2O0j3WVebC8z-eQBMPJyw@mail.gmail.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

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

Modified Files
--------------
doc/src/sgml/func.sgml | 75 ++++++++++++++++++++++----------------------------
1 file changed, 33 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2025-09-25 15:58:27 pgsql: Fix array allocation bugs in SetExplainExtensionState.
Previous Message Daniel Gustafsson 2025-09-25 13:29:31 pgsql: Remove preprocessor guards from injection points