Re: One question about VACUUMDB command - please - Mailing list pgsql-bugs

From Euler Taveira de Oliveira
Subject Re: One question about VACUUMDB command - please
Date
Msg-id 4F216864.2000906@timbira.com
Whole thread Raw
In response to One question about VACUUMDB command - please  (Sasa.Petrovic@falc.biz)
List 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 by date:

Previous
From: emre.hasegeli@tart.com.tr
Date:
Subject: BUG #6411: Backend process' crash when a foreign table is used in a dependent subquery on select clause
Next
From: Vik Reykja
Date:
Subject: Re: Different error messages executing CREATE TABLE or ALTER TABLE to create a column "xmin"