pgsql: Add: > > o Allow pg_hba.conf to specify host names along with - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add: > > o Allow pg_hba.conf to specify host names along with
Date
Msg-id 20060213035502.4742B9DC9CE@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add:

>
>     o Allow pg_hba.conf to specify host names along with IP addresses
>
>       Host name lookup could occur when the postmaster reads the
>       pg_hba.conf file, or when the backend starts.  Another
>       solution would be to reverse lookup the connection IP and
>       check that hostname against the host names in pg_hba.conf.
>       We could also then check that the host name maps to the IP
>       address.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1767 -> r1.1768)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1767&r2=1.1768)
    pgsql/doc/src/FAQ:
        TODO.html (r1.272 -> r1.273)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.272&r2=1.273)

pgsql-committers by date:

Previous
From: rbt@pgfoundry.org (User Rbt)
Date:
Subject: autodoc - autodoc: Add in very simple inheritance documentation.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: A PANIC is also fatal.