Re: Missing docs on AT TIME ZONE precedence?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Bruce Momjian <bruce@momjian.us>,
Shay Rojansky <roji@roji.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-11-28T18:34:38Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > On 2023-11-28 Tu 10:27, Tom Lane wrote: >> OK. How about rewriting that first para like this? > LGTM. Thanks. Thanks for reviewing. While checking things over one more time, I noticed that there was an additional violation of this precept, dating back to long before we understood the hazards: SET is given its own priority, when it could perfectly well share that of IDENT. I adjusted that and pushed. regards, tom lane
Commits
-
Clean up usage of bison precedence for non-operator keywords.
- a916b47e2329 17.0 landed
-
Doc: list AT TIME ZONE and COLLATE in operator precedence table.
- 3558f120f869 17.0 landed
- c7bd476049ca 15.6 landed
- 9033e7019821 16.2 landed
- 69a9134326f2 13.14 landed
- 648fc6a1c459 14.11 landed
- 450ad6585ac5 12.18 landed
-
SQL/JSON: support the IS JSON predicate
- 6ee30209a6f1 16.0 cited