diff options
| author | Bruce Momjian <bruce@momjian.us> | 1996-12-11 00:28:15 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1996-12-11 00:28:15 +0000 |
| commit | 9b41da6ce48e3bed6730faa6347a5461175cff83 (patch) | |
| tree | 794ba84c08a83c6a56714c73ba33d6ecd75475ed /src/man/create_operator.l | |
| parent | 7f36a2a7180b0cba2a2cde14df8061de8d4e04c3 (diff) | |
| download | postgresql-9b41da6ce48e3bed6730faa6347a5461175cff83.tar.gz | |
Rename postgres95 to PostgreSQL. Add comment for SELECT NULL
Diffstat (limited to 'src/man/create_operator.l')
| -rw-r--r-- | src/man/create_operator.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/create_operator.l b/src/man/create_operator.l index 37f0ff585f..02e9cf9aaf 100644 --- a/src/man/create_operator.l +++ b/src/man/create_operator.l @@ -1,7 +1,7 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.2 1996/11/30 04:56:18 momjian Exp $ -.TH "CREATE OPERATOR" SQL 11/05/95 Postgres95 Postgres95 +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.3 1996/12/11 00:27:17 momjian Exp $ +.TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME create operator \(em define a new user operator .SH SYNOPSIS |
