Re: connecting to a remote pq always require a password

From: John DeSoi <desoi(at)pgedit(dot)com>
To: David Shen <davidshen84(at)googlemail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: connecting to a remote pq always require a password
Date: 2009-06-18 13:32:33
Message-ID: A3E71EA1-014A-476D-A37D-9AFBD8E53765@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jun 18, 2009, at 8:11 AM, David Shen wrote:

> In the pg_hba.conf file, I even change the host access control to
> this:
> host all all 127.0.0.1/32 trust
>
> but it still does not work. What I missed?

Did you reload the configuration (or restart the sever) after making
this change?

pg_ctl reload -D /path/to/your/data

John DeSoi, Ph.D.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2009-06-18 13:58:23 postgres -- monitor and suggestions
Previous Message David Shen 2009-06-18 12:11:45 connecting to a remote pq always require a password