1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Adjustment to test on unix domain socket variable for pg_hba.conf

default settings, rather than just Win32.
This commit is contained in:
Bruce Momjian
2004-10-06 09:13:10 +00:00
parent c93872d891
commit 4542581bf1
2 changed files with 8 additions and 8 deletions

View File

@@ -60,8 +60,8 @@
# TYPE DATABASE USER CIDR-ADDRESS METHOD
@remove-line-for-win32@# "local" is for Unix domain socket connections only
@remove-line-for-win32@local all all @authmethod@
@remove-line-for-nolocal@# "local" is for Unix domain socket connections only
@remove-line-for-nolocal@local all all @authmethod@
# IPv4 local connections:
host all all 127.0.0.1/32 @authmethod@
# IPv6 local connections: