|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.191 1999/10/2100:43:46 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.192 1999/10/2101:24:53 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -2993,7 +2993,7 @@ main(int argc, char **argv)
|
2993 | 2993 | if (!settings.quiet&& !settings.notty&& !singleQuery&& !qfilename)
|
2994 | 2994 | {
|
2995 | 2995 | printf("Welcome to the PostgreSQL interactive terminal.\n");
|
2996 |
| -printf("(Please read the copyright file for legalissues.)\n"); |
| 2996 | +printf("(Please read the copyright file for legalinformation.)\n"); |
2997 | 2997 |
|
2998 | 2998 | if ((version=selectVersion(&settings))!=NULL)
|
2999 | 2999 | printf("[%s]\n",version);
|
|