Rename postgres95 to postgresql.

This commit is contained in:
Bruce Momjian 1997-10-28 03:20:31 +00:00
parent ee08c36dd3
commit 9db2992640
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.3 1996/12/11 00:27:51 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.4 1997/10/28 03:20:30 momjian Exp $
.TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
.SH DESCRIPTION
.PP
@ -83,7 +83,7 @@ creates a new large object. The
is a bitmask describing several different attributes of the new
object. The symbolic constants listed here are defined in
.nf
/usr/local/postgres95/src/backend/libpq/libpq-fs.h
/usr/local/pgsql/src/backend/libpq/libpq-fs.h
.fi
The access type (read, write, or both) is controlled by
.SM OR
@ -259,7 +259,7 @@ library.
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.3 1996/12/11 00:27:51 momjian Exp $
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.4 1997/10/28 03:20:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@ -1,7 +1,7 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.7 1997/09/24 03:20:54 momjian Exp $
.TH POSTGRES95 UNIX 12/08/96 Postgres95 Postgres95
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.8 1997/10/28 03:20:31 momjian Exp $
.TH POSTGRESQL UNIX 12/08/96 PostgreSQL PostgreSQL
.SH NAME
postgres \(em the Postgres backend server
.SH SYNOPSIS