From: Peter Eisentraut Date: Tue, 24 May 2011 18:28:30 +0000 (+0300) Subject: Add a "local" replication sample entry X-Git-Tag: REL9_1_BETA2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f50655900a865d65d17bb79f57f1d8c48b1cb266;p=postgresql Add a "local" replication sample entry Also adjust alignment a bit to distinguish commented out from comment. --- diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index c40696b6b5..f913b9aabb 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -84,5 +84,6 @@ host all all 127.0.0.1/32 @authmethod@ host all all ::1/128 @authmethod@ # Allow replication connections from localhost, by a user with the # replication privilege. -# host replication @default_username@ 127.0.0.1/32 @authmethod@ -# host replication @default_username@ ::1/128 @authmethod@ +#local replication @default_username@ @authmethod@ +#host replication @default_username@ 127.0.0.1/32 @authmethod@ +#host replication @default_username@ ::1/128 @authmethod@