mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Make psql startup banner cleaner.
This commit is contained in:
parent
42b991fd1f
commit
4931dea619
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.190 1999/10/14 01:28:42 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.191 1999/10/21 00:43:46 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -2992,9 +2992,8 @@ main(int argc, char **argv)
|
||||
exit(listAllDbs(&settings));
|
||||
if (!settings.quiet && !settings.notty && !singleQuery && !qfilename)
|
||||
{
|
||||
printf("Welcome to the POSTGRESQL interactive sql monitor:\n");
|
||||
printf(" Please read the file COPYRIGHT for copyright terms "
|
||||
"of POSTGRESQL\n");
|
||||
printf("Welcome to the PostgreSQL interactive terminal.\n");
|
||||
printf("(Please read the copyright file for legal issues.)\n");
|
||||
|
||||
if ((version = selectVersion(&settings)) != NULL)
|
||||
printf("[%s]\n", version);
|
||||
|
Loading…
Reference in New Issue
Block a user