PG Doc comments form writes:
> I am building a PostgreSQL parser and need a precise reference for the
> formal syntax of condition used in the WHERE clause.
We do not have one. You might be able to extract what you need from
our Bison grammar though:
https://git.postgresql.org/gitweb/?p=postgre
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/sql-select.html
Description:
Dear PostgreSQL Team,
I am building a PostgreSQL parser and need a precise reference for the
formal syntax of condition used in the WHERE clause. While the do