all keyword for pg_hba.conf host column

Started by Peter Eisentrautover 15 years ago3 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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.

Attachments:

hba-host-all.patchtext/x-patch; charset=UTF-8; name=hba-host-all.patchDownload+10-4
#2Robert Haas
robertmhaas@gmail.com
In reply to: Peter Eisentraut (#1)
Re: all keyword for pg_hba.conf host column

On Oct 16, 2010, at 6:56 AM, 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.

+1. Looks sane on a quick read.

...Robert

#3Brendan Jurd
direvus@gmail.com
In reply to: Peter Eisentraut (#1)
Re: all keyword for pg_hba.conf host column

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