Re: all keyword for pg_hba.conf host column
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2010-10-16T15:03:57Z
Lists: pgsql-hackers
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