Re: BUG #4621: Password is shown on the terminal

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #4621: Password is shown on the terminal
Дата
Msg-id 200901192315.n0JNFmA29886@momjian.us
обсуждение исходный текст
Ответ на BUG #4621: Password is shown on the terminal  ("Rizwan Akbar" <rizwan.akbar@catalisse.com>)
Список pgsql-bugs
Rizwan Akbar wrote:
>
> The following bug has been logged online:
>
> Bug reference:      4621
> Logged by:          Rizwan Akbar
> Email address:      rizwan.akbar@catalisse.com
> PostgreSQL version: 8.2
> Operating system:   Windows XP
> Description:        Password is shown on the terminal
> Details:
>
> Steps to reproduce: -
> 1) Take a dump of any database from the console.
> 2) Now restore the DB by using the following command and parameters.
> psql -U postgres testdb < D:\backups\jan1809.sql
> 3) When you press 'Enter' button, system asks for the password.
> 4) When you type password, it is shown in the plain text instead of in
> encrypted form or hidden from the user.
>
> Expected Result: -
> 1) Password should be hidden or *s should be shown.
>
> Note that I am using the Win XP with service pack 3.

Hmmm.  Please try specifying the file name with psql -f, rather than <.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: "Simon Keen"
Дата:
Сообщение: Re: BUG #4620: Unexpected(doc'd) side effects of using serial and rules
Следующее
От: "Marshall, Steve"
Дата:
Сообщение: Re: pg_listener entries deleted under heavy NOTIFY load only on Windows