Re: Missing parentheses

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Missing parentheses
Date: 2025-11-01 14:29:30
Message-ID: aQYZSgHU-FQnXehK@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 1, 2025 at 10:51:15AM -0300, Marcos Pegoraro wrote:
> Em qui., 25 de set. de 2025 às 12:14, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> escreveu:
>
> Will try to clean it up.
>
>
> On Sep-25 Tom commited some changes on file \doc\src\sgml\func.sgml
> but that commit did not change the correspondent HTML 
>
> What needs to be done to be published ?

So, it was this commit, backpatched to PG 18:

commit 507aa16125c
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Date: Thu Sep 25 11:23:27 2025 -0400

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

The PG 18 changes will appear once we rebuild the PG 18 docs as part of
the 18 minor release. The next PG 18 minor release is scheduled for
November 13th, 2025:

https://www.postgresql.org/developer/roadmap/

The docs on master, which this patch was also applied on, is rebuilt
every night, so you should see it here:

https://www.postgresql.org/docs/devel/

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Do not let urgent matters crowd out time for investment in the future.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marcos Pegoraro 2025-11-01 14:33:24 Re: Missing parentheses
Previous Message Marcos Pegoraro 2025-11-01 13:51:15 Re: Missing parentheses