Re: host name support in pg_hba.conf - Mailing list pgsql-hackers

From Tom Lane
Subject Re: host name support in pg_hba.conf
Date
Msg-id 207.1281452360@sss.pgh.pa.us
Whole thread Raw
In response to Re: host name support in pg_hba.conf  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On tis, 2010-08-10 at 09:18 -0500, Kevin Grittner wrote:
>> Why can't a forward lookup which matches the requesting IP be considered
>> sufficient?

> For one thing, because people might like to add wildcard support.  So I
> might be able to say
> host  all  all  appserver*.example.com  md5

I don't think that the possibility that we might support that in future
can justify using a slow and not-too-reliable method for ordinary
non-wildcard names.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: host name support in pg_hba.conf
Next
From: Robert Haas
Date:
Subject: Re: Session timeout on commitfest.postgresql.org