File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 *
88 *
99 * IDENTIFICATION
10- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.191 1999/10/21 00:43:46 momjian Exp $
10+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.192 1999/10/21 01:24:53 momjian Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -2993,7 +2993,7 @@ main(int argc, char **argv)
29932993 if (!settings .quiet && !settings .notty && !singleQuery && !qfilename )
29942994 {
29952995 printf ("Welcome to the PostgreSQL interactive terminal.\n" );
2996- printf ("(Please read the copyright file for legal issues .)\n" );
2996+ printf ("(Please read the copyright file for legal information .)\n" );
29972997
29982998 if ((version = selectVersion (& settings )) != NULL )
29992999 printf ("[%s]\n" , version );
You can’t perform that action at this time.
0 commit comments