Обсуждение: [Appendix C. SQL Key Words] Missing keywords

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

[Appendix C. SQL Key Words] Missing keywords

От
PG Doc comments form
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/sql-keywords-appendix.html
Description:

https://www.postgresql.org/docs/current/plpgsql-control-structures.html

It miss some control structure keywords like at least (but not limited to)
WHILE, LOOP, REPEAT, EXIT, FOREACH
Please review whether there is still any missing keywords in the list

Re: [Appendix C. SQL Key Words] Missing keywords

От
Laurenz Albe
Дата:
On Fri, 2025-01-17 at 14:06 +0000, PG Doc comments form wrote:
> Page: https://www.postgresql.org/docs/17/sql-keywords-appendix.html
> Description:
>
> https://www.postgresql.org/docs/current/plpgsql-control-structures.html
>
> It miss some control structure keywords like at least (but not limited to)
> WHILE, LOOP, REPEAT, EXIT, FOREACH
> Please review whether there is still any missing keywords in the list

These are not SQL keywords, so they don't go in that list.

They are PL/pgSQL commands or keywords.  Perhaps we should have a list of
such keywords in the PL/pgSQL documentation, but that would be a different
list.

Yours,
Laurenz Albe