summaryrefslogtreecommitdiff
path: root/src/man/create_aggregate.l
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-12-11 00:32:08 +0000
committerBruce Momjian <bruce@momjian.us>1996-12-11 00:32:08 +0000
commit4cecf0b2d16beab359dc2e77bfceb0318467852d (patch)
tree95879df2907ac217910707444cf2f60fe9f84baa /src/man/create_aggregate.l
parent403e9c0d21fe8298b1cd5090e2b386bf90292d99 (diff)
Rename postgres95 to PostgreSQL. Add comment for SELECT NULL
Diffstat (limited to 'src/man/create_aggregate.l')
-rw-r--r--src/man/create_aggregate.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/create_aggregate.l b/src/man/create_aggregate.l
index a1b4e4db257..03abaa40db1 100644
--- a/src/man/create_aggregate.l
+++ b/src/man/create_aggregate.l
@@ -1,7 +1,7 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.3 1996/12/04 14:23:16 momjian Exp $
-.TH "CREATE AGGREGATE" SQL 11/05/95 Postgres95 Postgres95
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.3.2.1 1996/12/11 00:31:02 momjian Exp $
+.TH "CREATE AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
create aggregate \(em define a new aggregate
.SH SYNOPSIS