1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries

to make it easier to use with tabs.
This commit is contained in:
Peter Eisentraut
2010-01-26 06:45:31 +00:00
parent aed1a0121a
commit fd7673bc4e
4 changed files with 35 additions and 35 deletions

View File

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

View File

@ -37,4 +37,4 @@
# Put your actual configuration here
# ----------------------------------
# MAPNAME SYSTEM-USERNAME PG-USERNAME
# MAPNAME SYSTEM-USERNAME PG-USERNAME