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
84ad06dd
Commit
84ad06dd
authored
Sep 16, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manual cleanup for textcat.
parent
f3e9cf9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
src/man/pgbuiltin.3
src/man/pgbuiltin.3
+6
-4
No files found.
src/man/pgbuiltin.3
View file @
84ad06dd
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
2 1997/09/01 06:21:00 thomas
Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
3 1997/09/16 02:49:23 momjian
Exp $
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
.SH "DESCRIPTION"
This section describes the data types, functions and operators
...
...
@@ -615,6 +615,7 @@ These operations are cast in terms of SQL types and so are
directly usable as C function prototypes.
.nf
.eo
result |left_type |right_type|operatr|func_name
---------+----------+----------+-------+-------------------
_aclitem |_aclitem |aclitem |+ |aclinsert
...
...
@@ -1055,9 +1056,9 @@ point |point |point |+ |point_add
point |point |point |- |point_sub
point |point |point |/ |point_div
polygon |point |circle |<-> |dist_pc
text |bpchar |bpchar |
\|\|
|textcat
text |text |text |
\|\|
|textcat
text |varchar |varchar |
\|\|
|textcat
text |bpchar |bpchar |
||
|textcat
text |text |text |
||
|textcat
text |varchar |varchar |
||
|textcat
timespan |datetime |datetime |- |datetime_mi
timespan |timespan |timespan |+ |timespan_pl
timespan |timespan |timespan |- |timespan_mi
...
...
@@ -1065,6 +1066,7 @@ timespan |timespan |timespan |/ |timespan_div
tinterval|abstime |abstime |<#> |mktinterval
(446 rows)
.ec
.fi
.SH "LEFT UNARY OPERATORS"
The table below gives the left unary operators that are
...
...
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