diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-12-11 00:32:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-12-11 00:32:08 +0000 |
commit | 4cecf0b2d16beab359dc2e77bfceb0318467852d (patch) | |
tree | 95879df2907ac217910707444cf2f60fe9f84baa /src/man/built-in.3 | |
parent | 403e9c0d21fe8298b1cd5090e2b386bf90292d99 (diff) |
Rename postgres95 to PostgreSQL. Add comment for SELECT NULL
Diffstat (limited to 'src/man/built-in.3')
-rw-r--r-- | src/man/built-in.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/built-in.3 b/src/man/built-in.3 index af50320071d..adf83b90e98 100644 --- a/src/man/built-in.3 +++ b/src/man/built-in.3 @@ -1,7 +1,7 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.2 1996/11/15 17:55:26 momjian Exp $ -.TH BUILT-INS INTRO 11/05/95 Postgres95 Postgres95 +.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.2.2.1 1996/12/11 00:30:52 momjian Exp $ +.TH BUILT-INS INTRO 11/05/95 PostgreSQL PostgreSQL .SH "DESCRIPTION" This section describes the data types, functions and operators available to users in Postgres as it is distributed. |