all keyword for pg_hba.conf host column
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
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
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