diff options
author | Bruce Momjian | 1996-12-11 00:28:15 +0000 |
---|---|---|
committer | Bruce Momjian | 1996-12-11 00:28:15 +0000 |
commit | 9b41da6ce48e3bed6730faa6347a5461175cff83 (patch) | |
tree | 794ba84c08a83c6a56714c73ba33d6ecd75475ed /src/man/built-in.3 | |
parent | 7f36a2a7180b0cba2a2cde14df8061de8d4e04c3 (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..3a667260b8e 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.3 1996/12/11 00:27:02 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. |