[Appendix C. SQL Key Words] Missing keywords

Started by PG Bug reporting formabout 1 year ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: PG Bug reporting form (#1)
Re: [Appendix C. SQL Key Words] Missing keywords

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