| From: | Stephen Rasku <postgres(at)srasku(dot)net> |
|---|---|
| To: | rod(at)iol(dot)ie |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: .pgpass being ignored |
| Date: | 2013-06-21 23:03:21 |
| Message-ID: | CA+BUyJm=2GJGWx-3Ba6x=ztpOsODFLyBQuv0PRmH87g2_Ps8XQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, Jun 21, 2013 at 3:33 PM, Raymond O'Donnell <rod(at)iol(dot)ie> wrote:
>
> What's in your server's pg_hba.conf file?
# TYPE DATABASE USER CIDR-ADDRESS METHOD
#(at)remove-line-for-nolocal@# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 md5
host all all 192.168.1.3/32 md5
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Rasku | 2013-06-21 23:29:22 | Re: .pgpass being ignored |
| Previous Message | Adrian Klaver | 2013-06-21 22:41:28 | Re: .pgpass being ignored |