aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-10-18 22:14:47 +0300
committerPeter Eisentraut <peter_e@gmx.net>2010-10-18 22:15:44 +0300
commitbc8624b15d8055cdead310352e5943da18500d16 (patch)
tree35b075c486baa1770083d06dfca46dfe72c3bb06 /doc/src
parent433c7a654556cc43b8f4e5c4c1b175480b266ba5 (diff)
downloadpostgresql-bc8624b15d8055cdead310352e5943da18500d16.tar.gz
postgresql-bc8624b15d8055cdead310352e5943da18500d16.zip
Support key word 'all' in host column of pg_hba.conf
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/client-auth.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index ab96af8f66d..228cfffda33 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -257,7 +257,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
</para>
<para>
- You can also write
+ You can also write <literal>all</literal> to match any IP address,
<literal>samehost</literal> to match any of the server's own IP
addresses, or <literal>samenet</literal> to match any address in any
subnet that the server is directly connected to.