Re: PostgreSQL 9.1 not connecting

From: Gerald Cheves <gcheves(at)verizon(dot)net>
To: Michael Rowan <michael(dot)rowan3(at)gmail(dot)com>, pgsql-novice novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.1 not connecting
Date: 2014-04-23 11:55:12
Message-ID: 5357AA20.9040106@verizon.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> The full |pg_hba.conf| should be this:-
>
> |localall all trust
> # IPv4 local connections:
> hostall all 127.0.0.1/32 md5
> # IPv6 local connections:
> hostall all ::1/128 md5
> hostall all 0.0.0.0/0 md5|

On 4/23/2014 12:29 AM, Michael Rowan wrote:
> Hi
> Utter novice would be glad of another hand here.
>
> I have two Mac OSX 10.6.8 servers each with an iMac workstation OSX
> 10.6.8, so two seemingly identical setups.
>
> Each server has an identical (as far as I can see) PG 9.1 installation
> and pgAdmin3 works fine on both with (copies of) the same data.
>
> Using an Omnis Studio client app, one workstation will connect (always
> has), the other will not (used to but not now). It gives no clue as to
> the problem.
>
> I checked pg_hba.conf and postgresql.conf (listen_address = '*',
> port=5432)
>
> Is there a way to get some debug feedback? Glad to have any help.
>
> Michael
>
>

--
siamo arrivati sani e salvi

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Albe Laurenz 2014-04-23 12:25:18 Re: ALTER TABLE some table ADD PARTITION partition_name VALUES less than (TO_DATE('variablex', 'DD/MM/YYYY')) ;
Previous Message jagadishk 2014-04-23 11:13:25 ALTER TABLE some table ADD PARTITION partition_name VALUES less than (TO_DATE('variablex', 'DD/MM/YYYY')) ;