Update PostgreSQL

This commit is contained in:
root
2017-03-30 20:38:06 +00:00
parent 9998b7cbc3
commit a3f41a0f02
3 changed files with 726 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ local all postgres peer
# "local" is for Unix domain socket connections only
local all all peer
# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the