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

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: wonson(at)navicat(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: [Appendix C. SQL Key Words] Missing keywords
Date: 2025-01-19 11:16:46
Message-ID: 07adb61140290a9e9ec2fcbb1d56df7ab1107836.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2025-01-19 16:23:38 Improve examples: Provide the example which extend to the left of the range
Previous Message PG Doc comments form 2025-01-17 14:06:00 [Appendix C. SQL Key Words] Missing keywords