Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c73e20

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.confchanged the contents of pg_hba.conf.sampleFujii Masao
1 parent419d237 commit9c73e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
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 USERCIDR-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)

[8]ページ先頭

©2009-2025 Movatter.jp