Re: Patch to change psql default banner v6

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: Patch to change psql default banner v6
Дата
Msg-id 482C70F5.1040800@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: Patch to change psql default banner v6  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Patch to change psql default banner v6
Re: Patch to change psql default banner v6
Список pgsql-patches
Alvaro Herrera wrote:
> Andrew Dunstan wrote:
>
>> Welcome to UI development. There is always *far* more argument of minor
>> matters of appearance than over anything else, in my experience.
>
> Which is a good thing (in this case at least), because otherwise we
> would end up with a crappy UI just because a single person thinks it's
> "good enough".


This makes me think we shouldn't be hard-coding anything at all
as the welcome message; but rather having a default .psqlrc
in much the same way that that there's a default /etc/bash.bashrc
and /etc/csh.login.

Within that default .psqlrc we can put
    \qecho "Whatever the default message is"
or
    select "my message "+version();
to create the default, but then anyone with their own .psqlrc
can re-define it to whatever they think is a "good enough" UI.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch to change psql default banner v6
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: libpq object hooks