Re: get rid of psql welcome message

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: get rid of psql welcome message
Date: 2008-04-17 13:19:27
Message-ID: 20080417151927.4bd239d0@mha-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Around
> <http://archives.postgresql.org/pgsql-patches/2008-01/msg00089.php>
> it was proposed to truncate the psql welcome screen. What do you
> think about that?
>
> Personally, I'd get rid of it all, because it gets boring after about
> three uses, so that we would be at

If we have readline installed, we could perhaps have it show the first
time you launch psql, but if there is a .psql_history file around,
don't show it?

> peter(at)colt:~$ psql testdb
> testdb=#
>
> The version mismatch warning would remain, of course.
>
> I'd also like to get rid of the SSL notice but I'm not sure what to
> replace it by. Something in the prompt perhaps?

That would work. It just has to keep being possible to quickly see if
a connection is secured.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message paul rivers 2008-04-17 13:20:21 Re: get rid of psql welcome message
Previous Message Peter Eisentraut 2008-04-17 13:18:54 Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout