Re: Cannot reach pg server using -h localhost

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Fritz Meissner <fritz(dot)meissner(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Cannot reach pg server using -h localhost
Date: 2015-07-21 22:05:07
Message-ID: 55AEC213.7080705@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/21/2015 01:58 PM, Fritz Meissner wrote:
>> 2) I know in your original post you did a which on psql, but is there more
>> then one instance/install of Postgres on this machine?
>>
>> The reason I ask is this from the original post:
>>
>> psql -Umyuser -d mydb
>> sql (9.3.5)
>> Type "help" for help.
>>
>> myuser=#
>>
>
> Yeah sorry, that's a copy/paste from before I upgraded out of
> desperation. Same thing was happening on 9.3.5 and 9.4.4. Currently:
>
> psql (9.4.4)
> Type "help" for help.
>
> myuser=#
>

Well that would have been too easy.

Have you tried Tom's suggestion?:

"However, assuming that that's not your problem, I'd suggest cranking up
log_min_messages to DEBUG5 and seeing if anything more gets reported
in the postmaster log.
"

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2015-07-22 02:07:56 Re: Setting up HA postgresql
Previous Message Fritz Meissner 2015-07-21 22:03:45 Re: Cannot reach pg server using -h localhost