提交 604ce32e 编写于 作者: B Bruce Momjian

Add .eo to pgbuiltin.

上级 8c09eded
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.3 1997/09/16 02:49:23 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.4 1997/09/16 03:01:43 momjian Exp $
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL .TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
.SH "DESCRIPTION" .SH "DESCRIPTION"
This section describes the data types, functions and operators This section describes the data types, functions and operators
...@@ -1075,6 +1075,7 @@ registered in the system catalogs. ...@@ -1075,6 +1075,7 @@ registered in the system catalogs.
This list was generated from the Postgres system catalogs with the query: This list was generated from the Postgres system catalogs with the query:
.nf .nf
.eo
SELECT o.oprname AS left_unary, SELECT o.oprname AS left_unary,
t.typname AS operand, t.typname AS operand,
r.typname AS return_type r.typname AS return_type
...@@ -1112,6 +1113,7 @@ left_unary|operand |return_type ...@@ -1112,6 +1113,7 @@ left_unary|operand |return_type
\| |tinterval|abstime \| |tinterval|abstime
(24 rows) (24 rows)
.ec
.fi .fi
.in .in
.SH "RIGHT UNARY OPERATORS" .SH "RIGHT UNARY OPERATORS"
...@@ -1121,6 +1123,7 @@ registered in the system catalogs. ...@@ -1121,6 +1123,7 @@ registered in the system catalogs.
This list was generated from the Postgres system catalogs with the query: This list was generated from the Postgres system catalogs with the query:
.nf .nf
.eo
SELECT o.oprname AS right_unary, SELECT o.oprname AS right_unary,
t.typname AS operand, t.typname AS operand,
r.typname AS return_type r.typname AS return_type
...@@ -1136,6 +1139,7 @@ right_unary|operand|return_type ...@@ -1136,6 +1139,7 @@ right_unary|operand|return_type
! |int4 |int4 ! |int4 |int4
(2 rows) (2 rows)
.ec
.fi .fi
.in .in
.SH "AGGREGATE FUNCTIONS" .SH "AGGREGATE FUNCTIONS"
...@@ -1145,6 +1149,7 @@ registered in the system catalogs. ...@@ -1145,6 +1149,7 @@ registered in the system catalogs.
This list was generated from the Postgres system catalogs with the query: This list was generated from the Postgres system catalogs with the query:
.nf .nf
.eo
SELECT a.aggname, t.typname SELECT a.aggname, t.typname
FROM pg_aggregate a, pg_type t FROM pg_aggregate a, pg_type t
WHERE a.aggbasetype = t.oid WHERE a.aggbasetype = t.oid
...@@ -1184,6 +1189,7 @@ sum |money ...@@ -1184,6 +1189,7 @@ sum |money
sum |timespan sum |timespan
(30 rows) (30 rows)
.ec
.fi .fi
\fBcount\fR is also available, where \fBcount(*)\fR returns a count of all \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 rows while \fBcount(column_name)\fR returns a count of all non-null fields
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册