]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
authorNeil Conway <neilc@samurai.com>
Tue, 11 Oct 2005 23:00:39 +0000 (23:00 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 11 Oct 2005 23:00:39 +0000 (23:00 +0000)
src/backend/libpq/pg_hba.conf.sample

index f4f002b707966bff77e034c8bce3623ade767b8d..a4514d3a2707c8e7d766767fcea81d8b02486f83 100644 (file)
@@ -26,7 +26,7 @@
 # USER can be "all", an actual user name or a group name prefixed with
 # "+" or a list containing either.  IP-ADDRESS and IP-MASK specify the
 # set of hosts the record matches.  CIDR-MASK is an integer between 0
-# and 32 (IPv6) or 128(IPv6) inclusive, that specifies the number of
+# and 32 (IPv4) or 128 (IPv6) inclusive, that specifies the number of
 # significant bits in the mask, so an IPv4 CIDR-MASK of 8 is equivalent
 # to an IP-MASK of 255.0.0.0, and an IPv6 CIDR-MASK of 64 is equivalent
 # to an IP-MASK of ffff:ffff:ffff:ffff::. METHOD can be "trust", "reject",