Re: Missing parentheses

2025-11-01 Thread Marcos Pegoraro
Em sáb., 1 de nov. de 2025 às 11:29, Bruce Momjian escreveu: > > 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: > > The docs on master, which this patch was also applied on, is r

Re: Missing parentheses

2025-11-01 Thread Bruce Momjian
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 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  > > Wh

Re: Missing parentheses

2025-11-01 Thread Marcos Pegoraro
Em qui., 25 de set. de 2025 às 12:14, Tom Lane 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 ? regards Marcos

Re: Missing parentheses

2025-10-18 Thread Marcos Pegoraro
Em qui., 25 de set. de 2025 às 11:20, Chao Li escreveu: > People usually create a patch file by: > > Thanks, I'll remember next time regards Marcos

Re: Missing parentheses

2025-09-25 Thread Chao Li
Hi Marcos, The change looks good to me. People usually create a patch file by: $ git checkout -b $ git commit # create a commit for your change $ git format-patch -v1 master # it will generate a patch file and attach the patch file in your email For more details, see https://wiki.postgresql.o

Re: Missing parentheses

2025-09-25 Thread Tom Lane
Marcos Pegoraro writes: > New version for removing spaces between function names and parentheses Hmph, this documentation section needs work doesn't it. Aside from the lack of parens, it's using to label functions, the layout is a poor match to what we do elsewhere, and the grammar is pretty inc

Re: Missing parentheses

2025-09-25 Thread Marcos Pegoraro
Em qui., 25 de set. de 2025 às 10:55, Marcos Pegoraro escreveu: New version for removing spaces between function names and parentheses patch.diff Description: Binary data

Missing parentheses

2025-09-25 Thread Marcos Pegoraro
New function uuidv7 was added and that changed how other two functions are described on DOCs, so is missing parentheses on both. regards Marcos patch.diff Description: Binary data