Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c73e20

Browse files
committed
Change example pg_hba.conf in docs to match altered pg_hba.conf.sample
Peter Eisentraut's recent patch to allow host names in pg_hba.conf changed the contents of pg_hba.conf.sample Fujii Masao
1 parent 419d237 commit 9c73e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/high-availability.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ archive_cleanup_command = 'pg_archivecleanup /path/to/archive %r'
812812
# Allow the user "foo" from host 192.168.1.100 to connect to the primary
813813
# as a replication standby if the user's password is correctly supplied.
814814
#
815-
# TYPE DATABASE USER CIDR-ADDRESS METHOD
815+
# TYPE DATABASE USER ADDRESS METHOD
816816
host replication foo 192.168.1.100/32 md5
817817
</programlisting>
818818
</para>

0 commit comments

Comments
 (0)