Re: Request for Formal Syntax of WHERE Clause Conditions

2025-01-21 Thread Tom Lane
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

Request for Formal Syntax of WHERE Clause Conditions

2025-01-21 Thread PG Doc comments form
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