Jussi Saarinen <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to