File tree 4 files changed +11
-11
lines changed 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
/*-------------------------------------------------------------------------
2
2
*
3
3
* psql.c--
4
- * an interactive front-end to postgres95
4
+ * an interactive front-end to postgreSQL
5
5
*
6
6
* Copyright (c) 1996, Regents of the University of California
7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -1536,9 +1536,9 @@ main(int argc, char **argv)
1536
1536
exit (listAllDbs (& settings ));
1537
1537
}
1538
1538
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" );
1540
1540
printf (" Please read the file COPYRIGHT for copyright terms "
1541
- "of POSTGRES95 \n\n" );
1541
+ "of POSTGRESQL \n\n" );
1542
1542
printf (" type \\? for help on slash commands\n" );
1543
1543
printf (" type \\q to quit\n" );
1544
1544
printf (" type \\g or terminate with semicolon to execute query\n" );
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
pg_dump \(em dumps out a Postgres database into a script file
@@ -55,7 +55,7 @@ for textual editing.
55
55
.PP
56
56
.IR " pg_dump"
57
57
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
59
59
.IR " pg_dump"
60
60
, one should examine the output script file for any warnings, especially
61
61
in light of the limitations listed below.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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
5
5
.SH NAME
6
6
postgres \(em the Postgres backend server
7
7
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
psql \(em run the interactive query front-end
@@ -209,8 +209,8 @@ In normal operation, psql provides a prompt with the name of the
209
209
database that psql is current connected to followed by the string "=>".
210
210
For example,
211
211
.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
214
214
215
215
type \e ? for help on slash commands
216
216
type \e q to quit
You can’t perform that action at this time.
0 commit comments