Re: TCP/IP with 7.4 beta2 broken?

From: Tommi Maekitalo <t(dot)maekitalo(at)epgmbh(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TCP/IP with 7.4 beta2 broken?
Date: 2003-09-02 14:16:59
Message-ID: 200309021616.59481.t.maekitalo@epgmbh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I doublechecked, that the patch applied. And there is a change. It workes for
connections from remote or to the ethernet-address, but not to localhost:

tommi(at)at31:~ > export PGHOST=localhost
tommi(at)at31:~ > psql -l
psql: FATAL: no pg_hba.conf entry for host "::1", user "postgres", database
"template1"
tommi(at)at31:~ > export PGHOST=at31
tommi(at)at31:~ > psql -l
Liste der Datenbanken
Name | Eigentümer | Kodierung
-----------+------------+-----------
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
(2 Zeilen)

tommi(at)at31:~ >

Tommi Mäkitalo

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-02 14:26:56 Re: configure error in HP-UX 11.00
Previous Message Czuczy Gergely 2003-09-02 14:09:26 C++ and libpq