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
604ce32e
Commit
604ce32e
authored
Sep 16, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .eo to pgbuiltin.
parent
8c09eded
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/man/pgbuiltin.3
src/man/pgbuiltin.3
+7
-1
No files found.
src/man/pgbuiltin.3
View file @
604ce32e
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
3 1997/09/16 02:49:2
3 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
4 1997/09/16 03:01:4
3 momjian Exp $
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
.SH "DESCRIPTION"
This section describes the data types, functions and operators
...
...
@@ -1075,6 +1075,7 @@ registered in the system catalogs.
This list was generated from the Postgres system catalogs with the query:
.nf
.eo
SELECT o.oprname AS left_unary,
t.typname AS operand,
r.typname AS return_type
...
...
@@ -1112,6 +1113,7 @@ left_unary|operand |return_type
\| |tinterval|abstime
(24 rows)
.ec
.fi
.in
.SH "RIGHT UNARY OPERATORS"
...
...
@@ -1121,6 +1123,7 @@ registered in the system catalogs.
This list was generated from the Postgres system catalogs with the query:
.nf
.eo
SELECT o.oprname AS right_unary,
t.typname AS operand,
r.typname AS return_type
...
...
@@ -1136,6 +1139,7 @@ right_unary|operand|return_type
! |int4 |int4
(2 rows)
.ec
.fi
.in
.SH "AGGREGATE FUNCTIONS"
...
...
@@ -1145,6 +1149,7 @@ registered in the system catalogs.
This list was generated from the Postgres system catalogs with the query:
.nf
.eo
SELECT a.aggname, t.typname
FROM pg_aggregate a, pg_type t
WHERE a.aggbasetype = t.oid
...
...
@@ -1184,6 +1189,7 @@ sum |money
sum |timespan
(30 rows)
.ec
.fi
\fBcount\fR is also available, where \fBcount(*)\fR returns a count of all
rows while \fBcount(column_name)\fR returns a count of all non-null fields
...
...
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