Re: whats the deal with -u ?

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: whats the deal with -u ?
Дата
Msg-id 871w9vo2id.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: whats the deal with -u ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: whats the deal with -u ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> I don't remember why it's deprecated.  

The manual explains it:

-u
   Forces psql to prompt for the user name and password before connecting to   the database.
   This option is deprecated, as it is conceptually flawed. (Prompting for a   non-default user name and prompting for
apassword because the server   requires it are really two different things.) You are encouraged to look   at the -U and
-Woptions instead.
 


--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Release Note Changes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: The E.