psql password prompt

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема psql password prompt
Дата
Msg-id 20020823010100.09bfffa4.alvherre@atentus.com
обсуждение исходный текст
Ответы Re: psql password prompt
Список pgsql-hackers
Hi,

The current prompt in psql for password is merely

Password:

which is Ok when one is using psql interactively as one know exactly
which username and database server is specified.  However, when using it
for programs like vacuumdb, createuser, createdb, clusterdb etc is not
immediately obvious which (whose?) password it is asking.

Is there a reason not to change it to something like
username@host:port Password:
?

It's a trivial change and I can send a patch if people agree.

-- 
Alvaro Herrera (<alvherre[a]atentus.com>)
A male gynecologist is like an auto mechanic who never owned a car.
- Carrie Snow


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Proposed GUC Variable
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql password prompt