Re: psql and passwords

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql and passwords
Дата
Msg-id 25452.1018896745@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql and passwords  (Michael Devogelaere <michael@mind.be>)
Ответы Re: psql and passwords  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
Michael Devogelaere <michael@mind.be> writes:
> With the previous version, i passed the password with
>  'echo pass | psql -d db -U user -h server -c "..."'
> but that doesn't seem to work anymore (because it reads the password now
> from /dev/tty instead of stdin i guess).

This was a deliberate change (some of us had misgivings about it but
were voted down).

I'd suggest seeing if you can't avoid needing passwords anymore,
instead.  "ident" auth works over local connections now (at least
on some platforms, including recent Linuxen).

            regards, tom lane

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: function for creating random id
Следующее
От: Gunther Schadow
Дата:
Сообщение: Re: User-Defined Datatypes