Обсуждение: Missing parentheses

Поиск
Список
Период
Сортировка

Missing parentheses

От
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
Вложения

Re: Missing parentheses

От
Marcos Pegoraro
Дата:
Em qui., 25 de set. de 2025 às 10:55, Marcos Pegoraro <marcos@f10.com.br> escreveu:

New version for removing spaces between function names and parentheses
Вложения

Re: Missing parentheses

От
Chao Li
Дата:
Hi Marcos,

The change looks good to me. People usually create a patch file by:

$ git checkout -b <a-branch-name>
$ 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.org/wiki/Submitting_a_Patch.


On Sep 25, 2025, at 22:13, Marcos Pegoraro <marcos@f10.com.br> wrote:

Em qui., 25 de set. de 2025 às 10:55, Marcos Pegoraro <marcos@f10.com.br> escreveu:

New version for removing spaces between function names and parentheses
<patch.diff>

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/




Re: Missing parentheses

От
Marcos Pegoraro
Дата:
Em qui., 25 de set. de 2025 às 11:20, Chao Li <li.evan.chao@gmail.com> escreveu:
People usually create a patch file by:

Thanks, I'll remember next time

regards
Marcos

Re: Missing parentheses

От
Tom Lane
Дата:
Marcos Pegoraro <marcos@f10.com.br> 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 <type> to label
functions, the layout is a poor match to what we do elsewhere,
and the grammar is pretty inconsistent.

Will try to clean it up.

            regards, tom lane