all keyword for pg_hba.conf host column
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers@postgresql.org
Date: 2010-10-16T10:56:43Z
Lists: pgsql-hackers
Attachments
- hba-host-all.patch (text/x-patch) patch
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.