Skip to content

Commit 450ad65

Browse files
committed
Doc: list AT TIME ZONE and COLLATE in operator precedence table.
These constructs have precedence, but we forgot to list them. In HEAD, mention AT LOCAL as well as AT TIME ZONE. Per gripe from Shay Rojansky. Discussion: https://postgr.es/m/CADT4RqBPdbsZW7HS1jJP319TMRHs1hzUiP=iRJYR6UqgHCrgNQ@mail.gmail.com
1 parent 18fad50 commit 450ad65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/src/sgml/syntax.sgml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,18 @@ SELECT (5 !) - 6;
10451045
<entry>unary plus, unary minus</entry>
10461046
</row>
10471047

1048+
<row>
1049+
<entry><token>COLLATE</token></entry>
1050+
<entry>left</entry>
1051+
<entry>collation selection</entry>
1052+
</row>
1053+
1054+
<row>
1055+
<entry><token>AT</token></entry>
1056+
<entry>left</entry>
1057+
<entry><literal>AT TIME ZONE</literal></entry>
1058+
</row>
1059+
10481060
<row>
10491061
<entry><token>^</token></entry>
10501062
<entry>left</entry>

0 commit comments

Comments
 (0)