Re: all keyword for pg_hba.conf host column

Brendan Jurd <direvus@gmail.com>

From: Brendan Jurd <direvus@gmail.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2010-10-16T15:11:46Z
Lists: pgsql-hackers
On 16 October 2010 21:56, Peter Eisentraut <peter_e@gmx.net> wrote:
> As a small addition to the pg_hba.conf host name feature, I figured it
> would be useful to allow "all" in the host column, instead of having to
> write 0.0.0.0/0 and ::/0.  Patch attached.
>

Cool.  And, for what it's worth, this doesn't conflict at all with the
field-specific keywords patch I just submitted.

Cheers,
BJ