Re: [DOCS] CIDR address in pg_hba.conf

2011-06-06 Thread Fujii Masao
On Tue, Jun 7, 2011 at 1:56 AM, Tom Lane wrote: > Fujii Masao writes: >> http://developer.postgresql.org/pgdocs/postgres/auth-pg-hba-conf.html >>> An IP address is specified in standard dotted decimal notation with >>> a CIDR mask length. The mask length indicates the number of >>> high-order bit

Re: [DOCS] CIDR address in pg_hba.conf

2011-06-06 Thread Tom Lane
Fujii Masao writes: > http://developer.postgresql.org/pgdocs/postgres/auth-pg-hba-conf.html >> An IP address is specified in standard dotted decimal notation with >> a CIDR mask length. The mask length indicates the number of >> high-order bits of the client IP address that must match. Bits to the

[DOCS] CIDR address in pg_hba.conf

2011-06-06 Thread Fujii Masao
Hi, http://developer.postgresql.org/pgdocs/postgres/auth-pg-hba-conf.html > An IP address is specified in standard dotted decimal notation with > a CIDR mask length. The mask length indicates the number of > high-order bits of the client IP address that must match. Bits to the > right of this must