Re: Friendly help for psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Friendly help for psql
Дата
Msg-id 14984.1200872463@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Friendly help for psql  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Peter Eisentraut <peter_e@gmx.net> writes:
> Now I have actually thought for a while whether we could get rid of the login
> text altogether.  I would support trading that for extended help options.

That makes sense to me.  I think people are accustomed to ignoring login
headers because they are usually just copyright boilerplate.  I could
see reducing the header to something like

$ psql
Welcome to psql 8.3RC2, the PostgreSQL interactive terminal.
Type \? for help, \q to quit.

dbname=#

in the normal case.  (The wrong-backend-version warning and perhaps
the SSL encryption notice would remain as possible additions.)

We really shouldn't be designing this on -patches, though.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Friendly help for psql
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Friendly help for psql