summaryrefslogtreecommitdiff
path: root/src/man/create_aggregate.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/create_aggregate.l')
-rw-r--r--src/man/create_aggregate.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/create_aggregate.l b/src/man/create_aggregate.l
index dafaff9ebdb..2c8537e8867 100644
--- a/src/man/create_aggregate.l
+++ b/src/man/create_aggregate.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.5 1998/01/11 22:17:11 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.6 1998/06/23 17:52:31 momjian Exp $
.TH "CREATE AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
create aggregate - define a new aggregate
@@ -90,5 +90,5 @@ create aggregate avg (sfunc1 = int4add, basetype = int4,
finalfunc = int4div, initcond1 = "0", initcond2 = "0")
.fi
.SH "SEE ALSO"
-create function(l),
-remove aggregate(l).
+create_function(l),
+drop_aggregate(l).