Re: Enable user access from remote host - Mailing list pgsql-general

From Piotre Ugrumov
Subject Re: Enable user access from remote host
Date
Msg-id ae9ea96f-1a42-4aeb-803d-0101d1de7964@33g2000yqm.googlegroups.com
Whole thread Raw
In response to Enable user access from remote host  (Piotre Ugrumov <afmulone@gmail.com>)
Responses Re: Enable user access from remote host  (Andreas Wenk <a.wenk@netzmeister-st-pauli.de>)
Re: Enable user access from remote host  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
On 8 Mar, 02:08, pie...@hogranch.com (John R Pierce) wrote:
> Martin Gainty wrote:
> > postgresql.conf :
> > change listen_address to a real ip
>
> change it to '*' or you won't be able to use localhost...  alternately,
> youc could specify ip.of.net.iface,localhost   if you wanted to be specific.
>
> --
> Sent via pgsql-general mailing list (pgsql-gene...@postgresql.org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general

Hi,
I inserted this line at the end of the pg_hba.conf

host    test        angelo      ""          ident sameuser

I inserted the "" to allow to everyone to access to the db.
But if I try to access, from another host, I receive an error. What is
the error in that line?
Thanks, bye bye.

pgsql-general by date:

Previous
From: Willy-Bas Loos
Date:
Subject: Re: open up firewall from "anywhere" to postgres ports?
Next
From: Carl Sopchak
Date:
Subject: Re: Newbie questions relating to transactions