8000 Change postgres95 to PostgreSQL. · MangeshVC/postgres@a3f4ae0 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3f4ae0

Browse files
committed
Change postgres95 to PostgreSQL.
1 parent 8934853 commit a3f4ae0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/bin/psql/psql.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
33
* psql.c--
4-
* an interactive front-end to postgres95
4+
* an interactive front-end to postgreSQL
55
*
66
* Copyright (c) 1996, Regents of the University of California
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.37 1996/12/01 20:28:39 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.37.2.1 1996/12/11 23:07:37 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1536,9 +1536,9 @@ main(int argc, char **argv)
15361536
exit(listAllDbs(&settings));
15371537
}
15381538
if (!settings.quiet && !singleQuery && !qfilename) {
1539-
printf("Welcome to the POSTGRES95 interactive sql monitor:\n");
1539+
printf("Welcome to the POSTGRESQL interactive sql monitor:\n");
15401540
printf(" Please read the file COPYRIGHT for copyright terms "
1541-
"of POSTGRES95\n\n");
1541+
"of POSTGRESQL\n\n");
15421542
printf(" type \\? for help on slash commands\n");
15431543
printf(" type \\q to quit\n");
15441544
printf(" type \\g or terminate with semicolon to execute query\n");

src/man/pg_dump.1

Lines changed: 2 additions & 2 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/pg_dump.1,v 1.2.2.1 1996/12/11 00:31:51 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.2.2.2 1996/12/11 23:07:59 momjian Exp $
44
.TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
pg_dump \(em dumps out a Postgres database into a script file
@@ -55,7 +55,7 @@ for textual editing.
5555
.PP
5656
.IR "pg_dump"
5757
is useful for dumping out the contents of a database to move from one
58-
postgres95 installation to another. After running
58+
postgreSQL installation to another. After running
5959
.IR "pg_dump"
6060
, one should examine the output script file for any warnings, especially
6161
in light of the limitations listed below.

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.2.2.1 1996/12/11 00:31:52 momjian Exp $
4-
.TH POSTGRES95 UNIX 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.2.2.2 1996/12/11 23:08:05 momjian Exp $
4+
.TH POSTGRES95 UNIX 12/08/96 Postgres95 Postgres95
55
.SH NAME
66
postgres \(em the Postgres backend server
77
.SH SYNOPSIS

src/man/psql.1

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/psql.1,v 1.3.2.1 1996/12/11 00:31:54 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.3.2.2 1996/12/11 23:08:08 momjian Exp $
44
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
psql \(em run the interactive query front-end
@@ -209,8 +209,8 @@ In normal operation, psql provides a prompt with the name of the
209209
database that psql is current connected to followed by the string "=>".
210210
For example,
211211
.nf
212-
Welcome to the POSTGRES95 interactive sql monitor:
213-
Please read the file COPYRIGHT for copyright terms of POSTGRES95
212+
Welcome to the POSTGRESQL interactive sql monitor:
213+
Please read the file COPYRIGHT for copyright terms of POSTGRESQL
214214

215215
type \e? for help on slash commands
216216
type \eq to quit

0 commit comments

Comments
 (0)
0