]> granicus.if.org Git - postgresql/commitdiff
Add a "local" replication sample entry
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 24 May 2011 18:28:30 +0000 (21:28 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 24 May 2011 18:35:06 +0000 (21:35 +0300)
Also adjust alignment a bit to distinguish commented out from comment.

src/backend/libpq/pg_hba.conf.sample

index c40696b6b5061434d984e3ae3f6eade94df94def..f913b9aabbf0b3eea62f4b96262ffdb95e9dd9d2 100644 (file)
@@ -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@