Re: Cannot reach pg server using -h localhost

From: Fritz Meissner <fritz(dot)meissner(at)gmail(dot)com>
To: Chris Mair <chris(at)1006(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot reach pg server using -h localhost
Date: 2015-07-21 17:43:10
Message-ID: CAGUYmUaeO0xxhmgFZbr0Wf3x-D=8g0TTdOn+XgyS681YZUkK4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Use netstat to look what IP postgres actually binds to.

Nothing unusual:

~ netstat -an | grep 5432
tcp4 0 0 *.5432 *.* LISTEN
tcp6 0 0 *.5432 *.* LISTEN
9767b1c9fd5d8ab1 stream 0 0 9767b1ca01d63a21
0 0 0 /tmp/.s.PGSQL.5432

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fritz Meissner 2015-07-21 17:43:59 Re: Cannot reach pg server using -h localhost
Previous Message Adrian Klaver 2015-07-21 17:42:39 Re: Cannot reach pg server using -h localhost