1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Make the default pg_hba.conf include an entry for ::1 only if configure

set HAVE_IPV6.  Per recent discussions.
This commit is contained in:
Tom Lane
2003-09-07 03:36:03 +00:00
parent f4ed650996
commit 7703e55c32
6 changed files with 28 additions and 10 deletions

View File

@@ -51,7 +51,7 @@
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
local all all trust
# IPv4-style local connections:
host all all 127.0.0.1 255.255.255.255 trust
# uncomment this to support IPv6 loopback connections
# host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
# IPv6-style local connections:
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust