From bc8624b15d8055cdead310352e5943da18500d16 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 18 Oct 2010 22:14:47 +0300 Subject: Support key word 'all' in host column of pg_hba.conf --- doc/src/sgml/client-auth.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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 database user - You can also write + You can also write all to match any IP address, samehost to match any of the server's own IP addresses, or samenet to match any address in any subnet that the server is directly connected to. -- cgit v1.2.3