File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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" );
Original file line number Diff line number Diff line change 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
66pg_dump \(em dumps out a Postgres database into a script file
@@ -55,7 +55,7 @@ for textual editing.
5555.PP
5656.IR " pg_dump"
5757is 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
6161in light of the limitations listed below.
Original file line number Diff line number Diff line change 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
66postgres \(em the Postgres backend server
77.SH SYNOPSIS
Original file line number Diff line number Diff line change 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
66psql \(em run the interactive query front-end
@@ -209,8 +209,8 @@ In normal operation, psql provides a prompt with the name of the
209209database that psql is current connected to followed by the string "=>".
210210For 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 \e q to quit
You can’t perform that action at this time.
0 commit comments