Commit 627b5e9c authored by Bruce Momjian's avatar Bruce Momjian

Backup psql banner change.

parent 45c00246
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.192 1999/10/21 01:24:53 momjian Exp $ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.193 1999/10/23 01:31:32 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -2992,8 +2992,9 @@ main(int argc, char **argv) ...@@ -2992,8 +2992,9 @@ main(int argc, char **argv)
exit(listAllDbs(&settings)); exit(listAllDbs(&settings));
if (!settings.quiet && !settings.notty && !singleQuery && !qfilename) if (!settings.quiet && !settings.notty && !singleQuery && !qfilename)
{ {
printf("Welcome to the PostgreSQL interactive terminal.\n"); printf("Welcome to the POSTGRESQL interactive sql monitor:\n");
printf("(Please read the copyright file for legal information.)\n"); printf(" Please read the file COPYRIGHT for copyright terms "
"of POSTGRESQL\n");
if ((version = selectVersion(&settings)) != NULL) if ((version = selectVersion(&settings)) != NULL)
printf("[%s]\n", version); printf("[%s]\n", version);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment