projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419d237
)
Change example pg_hba.conf in docs to match altered pg_hba.conf.sample
author
Robert Haas
<rhaas@postgresql.org>
Mon, 18 Oct 2010 16:17:06 +0000
(12:17 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 18 Oct 2010 16:18:45 +0000
(12:18 -0400)
Peter Eisentraut's recent patch to allow host names in pg_hba.conf
changed the contents of pg_hba.conf.sample
Fujii Masao
doc/src/sgml/high-availability.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index cc11a1e0efa6dc2e9e2bd08bb7638498e80a42d7..1f5ec85ecaeaf1e81255600efd5d60710145ffd4 100644
(file)
--- a/
doc/src/sgml/high-availability.sgml
+++ b/
doc/src/sgml/high-availability.sgml
@@
-812,7
+812,7
@@
archive_cleanup_command = 'pg_archivecleanup /path/to/archive %r'
# Allow the user "foo" from host 192.168.1.100 to connect to the primary
# as a replication standby if the user's password is correctly supplied.
#
-# TYPE DATABASE USER
CIDR-ADDRESS
METHOD
+# TYPE DATABASE USER
ADDRESS
METHOD
host replication foo 192.168.1.100/32 md5
</programlisting>
</para>