Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 339fe3c

Browse files
committed
Add note that ':' and ';' operators are deprecated.
1 parent 0e1f485 commit 339fe3c

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

doc/src/sgml/oper.sgml

+23-2
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 precedence that the boolean operators "<=" and ">=".
63+
have a different precedence than 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)