Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.
Дата
Msg-id c9f3bb1a-8418-4f40-ab36-09f4048d806d@mm
обсуждение исходный текст
Ответ на Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.  (Tim Uckun <timuckun@gmail.com>)
Ответы Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.  (Tim Uckun <timuckun@gmail.com>)
Список pgsql-general
    Tim Uckun wrote:

> This script is a part of the initial setup script for the server. It
> has to run as root because when it starts running postgres is not
> installed and there is no postgres user.

But afterwards, inside the script, you could use su to temporarily switch to
a less priviledged user:

... commands running as root
su postgres -c 'psql ....'  # running as postgres
... running as root again

And su doesn't ask for a password when it's run by root.

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org

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

Предыдущее
От: Alexandra Roy
Дата:
Сообщение: PostgreSQL 8.3.8 on AIX5.3 : compilation failed
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: virtualidx exclusive lock