Change postgres95 to PostgreSQL.
authorBruce Momjian <[email protected]>
Wed, 11 Dec 1996 23:08:08 +0000 (23:08 +0000)
committerBruce Momjian <[email protected]>
Wed, 11 Dec 1996 23:08:08 +0000 (23:08 +0000)
src/bin/psql/psql.c
src/man/pg_dump.1
src/man/postgres.1
src/man/psql.1

index 7c60d22b604be8a8eaa1855dd42384266675b7a5..eb8e02a4b51ff23f8bed470a545bf0bb265adf1d 100644 (file)
@@ -1,13 +1,13 @@
 /*-------------------------------------------------------------------------
  *
  * psql.c--
- *    an interactive front-end to postgres95
+ *    an interactive front-end to postgreSQL
  *
  * Copyright (c) 1996, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.37 1996/12/01 20:28:39 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.37.2.1 1996/12/11 23:07:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -1536,9 +1536,9 @@ main(int argc, char **argv)
    exit(listAllDbs(&settings));
     }
     if (!settings.quiet && !singleQuery && !qfilename) {
-   printf("Welcome to the POSTGRES95 interactive sql monitor:\n");
+   printf("Welcome to the POSTGRESQL interactive sql monitor:\n");
    printf("  Please read the file COPYRIGHT for copyright terms "
-          "of POSTGRES95\n\n");
+          "of POSTGRESQL\n\n");
    printf("   type \\? for help on slash commands\n");
    printf("   type \\q to quit\n");
    printf("   type \\g or terminate with semicolon to execute query\n");
index dff56a20c66672243a232328e067d3f22f29eab7..534cfcd3392e9e4f2f83c223b4e4d32ba7d7a7c1 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.2.2.1 1996/12/11 00:31:51 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.2.2.2 1996/12/11 23:07:59 momjian Exp $
 .TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
 pg_dump \(em dumps out a Postgres database into a script file
@@ -55,7 +55,7 @@ for textual editing.
 .PP
 .IR "pg_dump" 
 is useful for dumping out the contents of a database to move from one
-postgres95 installation to another.  After running 
+postgreSQL installation to another.  After running 
 .IR "pg_dump"
 , one should examine the output script file for any warnings, especially
 in light of the limitations listed below. 
index 17447a8c42c9f6f3a0bcd02c34063420023ae982..94951bdcc28ba07d5c975665285637ec1fcc8cc7 100644 (file)
@@ -1,7 +1,7 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.2.2.1 1996/12/11 00:31:52 momjian Exp $
-.TH POSTGRES95 UNIX 11/05/95 Postgres95 Postgres95
+.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.2.2.2 1996/12/11 23:08:05 momjian Exp $
+.TH POSTGRES95 UNIX 12/08/96 Postgres95 Postgres95
 .SH NAME
 postgres \(em the Postgres backend server
 .SH SYNOPSIS
index c3dad7f82a74f9026144cce657e9a47030355787..ffa55725ddd992eb0460706d3438aeee65c24654 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.3.2.1 1996/12/11 00:31:54 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.3.2.2 1996/12/11 23:08:08 momjian Exp $
 .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
 psql \(em run the interactive query front-end
@@ -209,8 +209,8 @@ In normal operation, psql provides a prompt with the name of the
 database that psql is current connected to followed by the string "=>".
 For example,
 .nf
-Welcome to the POSTGRES95 interactive sql monitor:
-  Please read the file COPYRIGHT for copyright terms of POSTGRES95
+Welcome to the POSTGRESQL interactive sql monitor:
+  Please read the file COPYRIGHT for copyright terms of POSTGRESQL
 
    type \e? for help on slash commands
    type \eq to quit