Re: One question about VACUUMDB command - please

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: One question about VACUUMDB command - please
Дата
Msg-id 4F216864.2000906@timbira.com
обсуждение исходный текст
Ответ на One question about VACUUMDB command - please  (Sasa.Petrovic@falc.biz)
Список pgsql-bugs
On 26-01-2012 05:31, Sasa.Petrovic@falc.biz wrote:
> Why this comand that I write belove ask me for password, even I create user
> into DB with same password like user on my server that execute this command?
>
PostgreSQL doesn't inherit authentication properties from operational system.
Instead you could use environment variables [1], pgpass.conf file [2] or even
tune pg_hba.conf [3] to not ask the password for certain host/user/database.


[1] http://www.postgresql.org/docs/current/static/libpq-envars.html
[2] http://www.postgresql.org/docs/current/static/libpq-pgpass.html
[3] http://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html


--
   Euler Taveira de Oliveira - Timbira       http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

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