Re: 8.0 Client can't connect to 7.3 server?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jussi Saarinen <jms(at)iki(dot)fi>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.0 Client can't connect to 7.3 server?
Date: 2006-03-08 20:49:28
Message-ID: 17622.1141850968@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jussi Saarinen <jms(at)iki(dot)fi> writes:
> I can't connect to server1 (7.3.4) using client (8.0.7) at server2.
> I just get error:
> psql: FATAL: No pg_hba.conf entry for host 192.168.1.11, user joe,
> database template1

> Uncommented lines at server1's pg_hba.conf (postgresql service is
> restarted after every change):
> local all all trust trust
> host all all 192.168.1.11 255.255.255.255 trust

That error is not possible with this pg_hba.conf file. You're probably
editing the wrong conf file, or possibly restarting the wrong server.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-03-08 20:54:11 Re: Out of memory error on pg_restore
Previous Message Louis Gonzales 2006-03-08 20:42:57 Re: Triggers and Multiple Schemas.