Re: [INTERFACES] connecting: unix socket? Yes. TCPIP port? No. -i? Yes. - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] connecting: unix socket? Yes. TCPIP port? No. -i? Yes.
Date
Msg-id 20420.918327699@sss.pgh.pa.us
Whole thread Raw
In response to connecting: unix socket? Yes. TCPIP port? No. -i? Yes.  (Bob VonMoss <bvonmoss@bigfoot.com>)
List pgsql-interfaces
Bob VonMoss <bvonmoss@bigfoot.com> writes:
> [ can connect via unix socket, but not via TCP ]

> The administrator says this is how postmaster is invoked:
> /usr/local/pgsql/bin/postmaster -S -i -D /usr/local/pgsql/data -p 5432

OK, that eliminates the "forgot -i" gotcha.

James Thompson is almost certainly right that the problem is that
Postgres' pg_hba.conf file is not set up to allow connections from
whichever IP address you are connecting from.

We heard about a similar problem recently which turned out to be
due to use of "virtual server" IP addresses.  I've forgotten now
whether Postgres saw the connection as coming from the virtual IP
address or the underlying machine's real address, but anyway it wasn't
what the user was expecting :-(.

            regards, tom lane

pgsql-interfaces by date:

Previous
From: "Billy G. Allie"
Date:
Subject: Re: [INTERFACES] Using libpq without LD_LIBRARY_PATH
Next
From: "Pete (Linux)"
Date:
Subject: JDBC-JServ Servlet problem