From: | Euler Taveira de Oliveira <euler(at)timbira(dot)com> |
---|---|
To: | Sasa(dot)Petrovic(at)falc(dot)biz |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: One question about VACUUMDB command - please |
Date: | 2012-01-26 14:51:16 |
Message-ID: | 4F216864.2000906@timbira.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 26-01-2012 05:31, Sasa(dot)Petrovic(at)falc(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2012-01-26 15:19:31 | Re: Different error messages executing CREATE TABLE or ALTER TABLE to create a column "xmin" |
Previous Message | emre.hasegeli | 2012-01-26 12:46:37 | BUG #6411: Backend process' crash when a foreign table is used in a dependent subquery on select clause |