diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-10-21 01:24:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-10-21 01:24:53 +0000 |
commit | 918d9de8865405fe0947e08950672997c8298104 (patch) | |
tree | 955d2ed2ed91240e6b529ae81d28a9ca30d0dcb2 /src/bin/psql/psql.c | |
parent | 4931dea61902b13f717f68aea95a6efdb301f69a (diff) | |
download | postgresql-918d9de8865405fe0947e08950672997c8298104.tar.gz postgresql-918d9de8865405fe0947e08950672997c8298104.zip |
change issue to information in banner
Diffstat (limited to 'src/bin/psql/psql.c')
-rw-r--r-- | src/bin/psql/psql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index 96edb71c1b8..54d15cb336f 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.191 1999/10/21 00:43:46 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.192 1999/10/21 01:24:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -2993,7 +2993,7 @@ main(int argc, char **argv) if (!settings.quiet && !settings.notty && !singleQuery && !qfilename) { printf("Welcome to the PostgreSQL interactive terminal.\n"); - printf("(Please read the copyright file for legal issues.)\n"); + printf("(Please read the copyright file for legal information.)\n"); if ((version = selectVersion(&settings)) != NULL) printf("[%s]\n", version); |