File tree 1 file changed +23
-2
lines changed
1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ select * from emp where int4lt(salary, 40000);
60
60
Operators have a precedence which is currently hardcoded into the parser.
61
61
Most operators have the same precedence and are left-associative. This may lead
62
62
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 ">=".
64
64
65
65
<table tocentry="1">
66
66
<title>
@@ -178,7 +178,7 @@ start of interval
178
178
left
179
179
</entry>
180
180
<entry>
181
- multiplication, division
181
+ multiplication, division, modulo
182
182
</entry>
183
183
</row>
184
184
<row>
@@ -254,6 +254,16 @@ containment
254
254
</row>
255
255
<row>
256
256
<entry>
257
+ OVERLAPS
258
+ </entry>
259
+ <entry>
260
+ </entry>
261
+ <entry>
262
+ time interval overlap
263
+ </entry>
264
+ </row>
265
+ <row>
266
+ <entry>
257
267
LIKE
258
268
</entry>
259
269
<entry>
@@ -509,6 +519,17 @@ logical union
509
519
</TGROUP>
510
520
</TABLE>
511
521
</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
+
512
533
</sect1>
513
534
514
535
<sect1>
You can’t perform that action at this time.
0 commit comments