From: | John DeSoi <desoi(at)pgedit(dot)com> |
---|---|
To: | "amit kumar awasthi" <amit_awasthi5(at)rediffmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PLEASE HELP ME |
Date: | 2005-04-21 14:54:40 |
Message-ID: | 49E50B42-B275-11D9-8D35-000A95B03262@pgedit.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Apr 21, 2005, at 1:22 AM, amit kumar awasthi wrote:
> # Using sockets credentials for improved security. Not available
> everywhere,
> # but works on Linux, *BSD (and probably some others)
> local all all ident sameuser
> #local all all 127.0.0.1 sameuser
> only this entry i have made
>
>
local is for unix domain sockets. You need a setting for host to enable
TCP/IP connections via 127.0.0.1. Something like:
host all all 127.0.0.1 255.255.255.255
ident
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
From | Date | Subject | |
---|---|---|---|
Next Message | Tony Caduto | 2005-04-21 15:02:30 | Re: Suggestions |
Previous Message | Christopher J. Bottaro | 2005-04-21 14:52:22 | Re: CURRENT_TIMESTAMP vs actual time |