Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit69a9134

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 parent5abdfd8 commit69a9134

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
@@ -1021,6 +1021,18 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> )
10211021
<entry>unary plus, unary minus</entry>
10221022
</row>
10231023

1024+
<row>
1025+
<entry><token>COLLATE</token></entry>
1026+
<entry>left</entry>
1027+
<entry>collation selection</entry>
1028+
</row>
1029+
1030+
<row>
1031+
<entry><token>AT</token></entry>
1032+
<entry>left</entry>
1033+
<entry><literal>AT TIME ZONE</literal></entry>
1034+
</row>
1035+
10241036
<row>
10251037
<entry><token>^</token></entry>
10261038
<entry>left</entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp