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

Commit339fe3c

Browse files
committed
Add note that ':' and ';' operators are deprecated.
1 parent0e1f485 commit339fe3c

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

‎doc/src/sgml/oper.sgml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ select * from emp where int4lt(salary, 40000);
6060
Operators have a precedence which is currently hardcoded into the parser.
6161
Most operators have the same precedence and are left-associative. This may lead
6262
to non-intuitive behavior; for example the boolean operators "<" and ">"
63-
have a different precedencethat the boolean operators "<=" and ">=".
63+
have a different precedencethan the boolean operators "<=" and ">=".
6464

6565
<table tocentry="1">
6666
<title>
@@ -178,7 +178,7 @@ start of interval
178178
left
179179
</entry>
180180
<entry>
181-
multiplication, division
181+
multiplication, division, modulo
182182
</entry>
183183
</row>
184184
<row>
@@ -254,6 +254,16 @@ containment
254254
</row>
255255
<row>
256256
<entry>
257+
OVERLAPS
258+
</entry>
259+
<entry>
260+
</entry>
261+
<entry>
262+
time interval overlap
263+
</entry>
264+
</row>
265+
<row>
266+
<entry>
257267
LIKE
258268
</entry>
259269
<entry>
@@ -509,6 +519,17 @@ logical union
509519
</TGROUP>
510520
</TABLE>
511521
</Para>
522+
523+
<para>
524+
<note>
525+
<para>
526+
The operators ":" and ";" are deprecated, and will be removed in
527+
the near future. Use the equivalent functions exp() and ln()
528+
instead.
529+
</para>
530+
</note>
531+
</para>
532+
512533
</sect1>
513534

514535
<sect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp