Skip to content

Commit 627b5e9

Browse files
committed
Backup psql banner change.
1 parent 45c0024 commit 627b5e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/bin/psql/psql.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.192 1999/10/21 01:24:53 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.193 1999/10/23 01:31:32 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2992,8 +2992,9 @@ main(int argc, char **argv)
29922992
exit(listAllDbs(&settings));
29932993
if (!settings.quiet && !settings.notty && !singleQuery && !qfilename)
29942994
{
2995-
printf("Welcome to the PostgreSQL interactive terminal.\n");
2996-
printf("(Please read the copyright file for legal information.)\n");
2995+
printf("Welcome to the POSTGRESQL interactive sql monitor:\n");
2996+
printf(" Please read the file COPYRIGHT for copyright terms "
2997+
"of POSTGRESQL\n");
29972998

29982999
if ((version = selectVersion(&settings)) != NULL)
29993000
printf("[%s]\n", version);

0 commit comments

Comments
 (0)