File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.190 1999/10/14 01:28:42 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.191 1999/10/21 00:43:46 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -2992,9 +2992,8 @@ main(int argc, char **argv)
2992
2992
exit (listAllDbs (& settings ));
2993
2993
if (!settings .quiet && !settings .notty && !singleQuery && !qfilename )
2994
2994
{
2995
- printf ("Welcome to the POSTGRESQL interactive sql monitor:\n" );
2996
- printf (" Please read the file COPYRIGHT for copyright terms "
2997
- "of POSTGRESQL\n" );
2995
+ printf ("Welcome to the PostgreSQL interactive terminal.\n" );
2996
+ printf ("(Please read the copyright file for legal issues.)\n" );
2998
2997
2999
2998
if ((version = selectVersion (& settings )) != NULL )
3000
2999
printf ("[%s]\n" , version );
You can’t perform that action at this time.
0 commit comments