Re: pgsql: Support host names in pg_hba.conf

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Support host names in pg_hba.conf
Date: 2010-10-18 16:19:26
Message-ID: AANLkTina2frpd2N1zdMnfQ5Hd8AGesNU7hSgaayTMv=p@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Oct 18, 2010 at 2:48 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> On Sat, Oct 16, 2010 at 4:57 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
>> Support host names in pg_hba.conf
>
> -------------
>  @authcomment@
>
> -# TYPE  DATABASE        USER            CIDR-ADDRESS            METHOD
> +# TYPE  DATABASE        USER            ADDRESS                 METHOD
>
>  @remove-line-for-nolocal(at)# "local" is for Unix domain socket connections only
> -------------
>
> The example of pg_hba.conf in high-availability.sgml still uses "CIDR-ADDRESS".
> Instead "ADDRESS" should be used there? I attached the patch.

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-10-18 18:16:17 pgsql: Document the tablespace directory "should" be empty, rather than
Previous Message Robert Haas 2010-10-18 16:19:08 pgsql: Change example pg_hba.conf in docs to match altered pg_hba.conf.