1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Support key word 'all' in host column of pg_hba.conf

This commit is contained in:
Peter Eisentraut
2010-10-18 22:14:47 +03:00
parent 433c7a6545
commit bc8624b15d
3 changed files with 10 additions and 4 deletions

View File

@ -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.