On Fri, May 18, 2007 at 04:15:38PM +0100, Dave Page wrote:
> Joshua D. Drake wrote:
> > we shouldn't have to edit from the operating system. SQL
> > should be enough.
>
> Chicken; meet egg. Egg; meet chicken.
>
> :-p
>
> /D
>
What if we had an entry in pg_hba.conf that would allow access
control for particular DB's/IP's/... to use an SQL table:
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
host all all 127.0.0.1 255.255.255.255 sql
Ken