Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6f8236f

Browse files
author
Neil Conway
committed
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
1 parent 96a83d8 commit 6f8236f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/pg_hba.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
# CIDR-ADDRESS specifies the set of hosts the record matches.
3232
# It is made up of an IP address and a CIDR mask that is an integer
33-
# (between 0 and 32 (IPv6) or 128(IPv6) inclusive) that specifies
33+
# (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that specifies
3434
# the number of significant bits in the mask. Alternatively, you can write
3535
# an IP address and netmask in separate columns to specify the set of hosts.
3636
#

0 commit comments

Comments
 (0)