Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
339fe3c4
Commit
339fe3c4
authored
Mar 20, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note that ':' and ';' operators are deprecated.
parent
0e1f485f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
doc/src/sgml/oper.sgml
doc/src/sgml/oper.sgml
+23
-2
No files found.
doc/src/sgml/oper.sgml
View file @
339fe3c4
...
@@ -60,7 +60,7 @@ select * from emp where int4lt(salary, 40000);
...
@@ -60,7 +60,7 @@ select * from emp where int4lt(salary, 40000);
Operators have a precedence which is currently hardcoded into the parser.
Operators have a precedence which is currently hardcoded into the parser.
Most operators have the same precedence and are left-associative. This may lead
Most operators have the same precedence and are left-associative. This may lead
to non-intuitive behavior; for example the boolean operators "<" and ">"
to non-intuitive behavior; for example the boolean operators "<" and ">"
have a different precedence tha
t
the boolean operators "<=" and ">=".
have a different precedence tha
n
the boolean operators "<=" and ">=".
<table tocentry="1">
<table tocentry="1">
<title>
<title>
...
@@ -178,7 +178,7 @@ start of interval
...
@@ -178,7 +178,7 @@ start of interval
left
left
</entry>
</entry>
<entry>
<entry>
multiplication, division
multiplication, division
, modulo
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -254,6 +254,16 @@ containment
...
@@ -254,6 +254,16 @@ containment
</row>
</row>
<row>
<row>
<entry>
<entry>
OVERLAPS
</entry>
<entry>
</entry>
<entry>
time interval overlap
</entry>
</row>
<row>
<entry>
LIKE
LIKE
</entry>
</entry>
<entry>
<entry>
...
@@ -509,6 +519,17 @@ logical union
...
@@ -509,6 +519,17 @@ logical union
</TGROUP>
</TGROUP>
</TABLE>
</TABLE>
</Para>
</Para>
<para>
<note>
<para>
The operators ":" and ";" are deprecated, and will be removed in
the near future. Use the equivalent functions exp() and ln()
instead.
</para>
</note>
</para>
</sect1>
</sect1>
<sect1>
<sect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment