Re: createuser ignores stdin in 8.1.0?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: createuser ignores stdin in 8.1.0?
Дата
Msg-id 7121.1133557591@sss.pgh.pa.us
обсуждение исходный текст
Ответ на createuser ignores stdin in 8.1.0?  (Gary Horton <Gary.Horton@Sun.COM>)
Список pgsql-general
Gary Horton <Gary.Horton@Sun.COM> writes:
> We're migrating from 7.3.4 to 8.1.0, and I'm seeing different behavior
> with the createuser command. What we are wanting is to streamline our
> product installs, to require minimal user interaction, so we basically
> embed the password like this in our bourne-shell wrapper script:

> $POSTGRESQL_HOME/bin/createuser  -d -P $PGUSER <<END
> $PGPASSWORD

We changed all the clients some time ago to insist on getting passwords
from /dev/tty not stdin.  There was a security argument for it, I think,
but I don't recall the reasoning exactly.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Adding order bys to the view definitions (7.4)
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: New.* and old.* as function arguments within rules