Re: get rid of psql welcome message

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: get rid of psql welcome message
Дата
Msg-id 20080417151927.4bd239d0@mha-laptop
обсуждение исходный текст
Ответ на get rid of psql welcome message  (Peter Eisentraut <peter_e@gmx.net>)
Список 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@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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: get rid of psql welcome message