Re: [Appendix C. SQL Key Words] Missing keywords - Mailing list pgsql-docs

From Laurenz Albe
Subject Re: [Appendix C. SQL Key Words] Missing keywords
Date
Msg-id 07adb61140290a9e9ec2fcbb1d56df7ab1107836.camel@cybertec.at
Whole thread Raw
In response to [Appendix C. SQL Key Words] Missing keywords  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
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



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: [Appendix C. SQL Key Words] Missing keywords
Next
From: PG Doc comments form
Date:
Subject: Improve examples: Provide the example which extend to the left of the range