Hi,That's ok.
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:
[EMAIL PROTECTED]:~ > export PGHOST=localhost
[EMAIL PROTECTED]:~ > psql -l
psql: FATAL: no pg_hba.conf entry for host "::1", user "postgres", database
::1 is a pure IPV6 address, so you need a real IPV6 entry for this (it's already prepared in the pg_hba.conf sample).
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match