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
ee92ab91
Commit
ee92ab91
authored
Oct 14, 1998
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some id tags to allow cross-references from the datatype chapter.
parent
3103a05c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+1
-1
doc/src/sgml/oper.sgml
doc/src/sgml/oper.sgml
+9
-6
No files found.
doc/src/sgml/func.sgml
View file @
ee92ab91
...
@@ -14,7 +14,7 @@ available through operators and may be documented as operators only.
...
@@ -14,7 +14,7 @@ available through operators and may be documented as operators only.
</Para>
</Para>
<sect1>
<sect1>
<title>Mathematical Functions</title>
<title
id="math-funcs"
>Mathematical Functions</title>
<Para>
<Para>
<TABLE TOCENTRY="1">
<TABLE TOCENTRY="1">
...
...
doc/src/sgml/oper.sgml
View file @
ee92ab91
...
@@ -3,19 +3,22 @@
...
@@ -3,19 +3,22 @@
<Abstract>
<Abstract>
<Para>
<Para>
Describes the built-in operators available in <ProductName>Postgres</ProductName>.
Describes the built-in operators available in
<ProductName>Postgres</ProductName>.
</Para>
</Para>
</Abstract>
</Abstract>
<Para>
<Para>
<ProductName>Postgres</ProductName> provides a large number of built-in operators on system types.
<ProductName>Postgres</ProductName> provides a large number of
built-in operators on system types.
These operators are declared in the system catalog
These operators are declared in the system catalog
pg_operator. Every entry in pg_operator includes
pg_operator. Every entry in pg_operator includes
the name of the procedure that implements the operator and the
the name of the procedure that implements the operator and the
class <Acronym>OIDs</Acronym> of the input and output types.
class <Acronym>OIDs</Acronym> of the input and output types.
<Para>
<Para>
To view all variations of the <Quote>||</Quote> string concatenation operator, try
To view all variations of the <Quote>||</Quote> string concatenation operator,
try
<ProgramListing>
<ProgramListing>
SELECT oprleft, oprright, oprresult, oprcode
SELECT oprleft, oprright, oprresult, oprcode
FROM pg_operator WHERE oprname = '||';
FROM pg_operator WHERE oprname = '||';
...
@@ -227,8 +230,8 @@ logical union
...
@@ -227,8 +230,8 @@ logical union
<title>General Operators</title>
<title>General Operators</title>
<para>
<para>
The operators listed here are defined for a number of native data types,
ranging
The operators listed here are defined for a number of native data types,
from numeric types to data/time types.
ranging
from numeric types to data/time types.
<Para>
<Para>
<TABLE TOCENTRY="1">
<TABLE TOCENTRY="1">
...
@@ -319,7 +322,7 @@ from numeric types to data/time types.
...
@@ -319,7 +322,7 @@ from numeric types to data/time types.
</Para>
</Para>
<sect1>
<sect1>
<title>Numerical Operators</title>
<title
id="math-opers"
>Numerical Operators</title>
<Para>
<Para>
<TABLE TOCENTRY="1">
<TABLE TOCENTRY="1">
...
...
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