projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30c134
)
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
author
Neil Conway
<neilc@samurai.com>
Tue, 11 Oct 2005 22:59:11 +0000
(22:59 +0000)
committer
Neil Conway
<neilc@samurai.com>
Tue, 11 Oct 2005 22:59:11 +0000
(22:59 +0000)
src/backend/libpq/pg_hba.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/pg_hba.conf.sample
b/src/backend/libpq/pg_hba.conf.sample
index e13c78c5225f5a38e138412b8fb43f21df8e6ae9..0a4e4e88fd174843bfcb9102960e940ad29346a4 100644
(file)
--- a/
src/backend/libpq/pg_hba.conf.sample
+++ b/
src/backend/libpq/pg_hba.conf.sample
@@
-30,7
+30,7
@@
#
# CIDR-ADDRESS specifies the set of hosts the record matches.
# It is made up of an IP address and a CIDR mask that is an integer
-# (between 0 and 32 (IPv
6) or 128
(IPv6) inclusive) that specifies
+# (between 0 and 32 (IPv
4) or 128
(IPv6) inclusive) that specifies
# the number of significant bits in the mask. Alternatively, you can write
# an IP address and netmask in separate columns to specify the set of hosts.
#