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@at31:~ > export PGHOST=localhost
tommi@at31:~ > psql -l
psql: FATAL: no pg_hba.conf entry for host "::1", user "postgres", database
"template1"
tommi@at31:~ > export PGHOST=at31
tommi@at31:~ > psql -l Liste der Datenbanken Name | Eigentümer | Kodierung
-----------+------------+-----------template0 | postgres | SQL_ASCIItemplate1 | postgres | SQL_ASCII
(2 Zeilen)
tommi@at31:~ >
Tommi Mäkitalo