Re: starting postgresql with pgsql password - workarounds?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: starting postgresql with pgsql password - workarounds?
Дата
Msg-id 27947.1116618411@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: starting postgresql with pgsql password - workarounds?  (Franco Bruno Borghesi <fborghesi@gmail.com>)
Список pgsql-general
>> # set defaults
>> postgresql_enable=${postgresql_enable:-"NO"}
>> postgresql_flags=${postgresql_flags:-"-w -s -m fast"}

Try it without the "-w" ... that's probably causing it to try to connect
with psql.

Alternatively, set up a ~/.pgpass file for the postgres user (which
might be a reasonable thing anyway).

BTW, this script seems fairly brain-dead in assuming that the same
option flags should apply to all pg_ctl commands.

            regards, tom lane

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

Предыдущее
От: Franco Bruno Borghesi
Дата:
Сообщение: Re: starting postgresql with pgsql password - workarounds?
Следующее
От: Mario Soto Cordones
Дата:
Сообщение: Re: materialized view