Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3f4ae0

Browse files
committed
Change postgres95 to PostgreSQL.
1 parent8934853 commita3f4ae0

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 topostgres95
4+
* an interactive front-end topostgreSQL
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 thePOSTGRES95 interactive sql monitor:\n");
1539+
printf("Welcome to thePOSTGRESQL interactive sql monitor:\n");
15401540
printf(" Please read the file COPYRIGHT for copyright terms "
1541-
"ofPOSTGRES95\n\n");
1541+
"ofPOSTGRESQL\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/1100:31:51 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.2.2.2 1996/12/1123: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/1100:31:52 momjian Exp $
4-
.TH POSTGRES95 UNIX11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.2.2.2 1996/12/1123:08:05 momjian Exp $
4+
.TH POSTGRES95 UNIX12/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/1100:31:54 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.3.2.2 1996/12/1123: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 thePOSTGRES95 interactive sql monitor:
213-
Please read the file COPYRIGHT for copyright terms ofPOSTGRES95
212+
Welcome to thePOSTGRESQL interactive sql monitor:
213+
Please read the file COPYRIGHT for copyright terms ofPOSTGRESQL
214214

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp