# Database administrative login by UNIX sockets
local  all     postgres             Âident
change ident above to trust
# TYPE ÂDATABASE Â ÂUSER Â Â Â ÂCIDR-ADDRESS Â Â Â Â ÂMETHOD
# "local" is for Unix domain socket connections only
local  all     all                md5
change md5 above to trust
# IPv4 local connections:
host  Âall     all     127.0.0.1/32     Âmd5
again, md5 to trust
# IPv6 local connections:
host  Âall     all     ::1/128        md5
once more, md5 to trust