Thread
-
all keyword for pg_hba.conf host column
Peter Eisentraut <peter_e@gmx.net> — 2010-10-16T10:56:43Z
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.
-
Re: all keyword for pg_hba.conf host column
Robert Haas <robertmhaas@gmail.com> — 2010-10-16T15:03:57Z
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
-
Re: all keyword for pg_hba.conf host column
Brendan Jurd <direvus@gmail.com> — 2010-10-16T15:11:46Z
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