Re: .ini support for .pgpass - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: .ini support for .pgpass
Date
Msg-id 1302065220.2026.3.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: .ini support for .pgpass  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: .ini support for .pgpass  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
On tis, 2011-04-05 at 16:04 -0700, Joshua D. Drake wrote:
> Well any libpq app but yes. I actually wonder as to the legitmacy of
> having both a pgpass and a pg_service. Why not just one of them?

So you can keep passwords in a safer place (= less permissions) than the
rest of the connection information.

Note also that .pgpass is a mapping from connection information to
password, whereas pg_service.conf is a mapping from service name to
connection information.  So they operate on different levels.

It's not actually clear from your syntax example what semantics you are
trying to achieve.




pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Transaction log
Next
From: Oleg Bartunov
Date:
Subject: Re: GSoC proposal: Fast GiST index build