Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9db2992

Browse files
committed
Rename postgres95 to postgresql.
1 parent ee08c36 commit 9db2992

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/man/large_objects.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.3 1996/12/11 00:27:51 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.4 1997/10/28 03:20:30 momjian Exp $
44
.TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
55
.SH DESCRIPTION
66
.PP
@@ -83,7 +83,7 @@ creates a new large object. The
8383
is a bitmask describing several different attributes of the new
8484
object. The symbolic constants listed here are defined in
8585
.nf
86-
/usr/local/postgres95/src/backend/libpq/libpq-fs.h
86+
/usr/local/pgsql/src/backend/libpq/libpq-fs.h
8787
.fi
8888
The access type (read, write, or both) is controlled by
8989
.SM OR
@@ -259,7 +259,7 @@ library.
259259
*
260260
*
261261
* IDENTIFICATION
262-
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.3 1996/12/11 00:27:51 momjian Exp $
262+
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.4 1997/10/28 03:20:30 momjian Exp $
263263
*
264264
*-------------------------------------------------------------------------
265265
*/

src/man/postgres.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.7 1997/09/24 03:20:54 momjian Exp $
4-
.TH POSTGRES95 UNIX 12/08/96 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.8 1997/10/28 03:20:31 momjian Exp $
4+
.TH POSTGRESQL UNIX 12/08/96 PostgreSQL PostgreSQL
55
.SH NAME
66
postgres \(em the Postgres backend server
77
.SH SYNOPSIS

0 commit comments

Comments
 (0)