pgsql: Cause pg_hba.conf file inclusion (@file stuff) to behave as - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Cause pg_hba.conf file inclusion (@file stuff) to behave as
Date
Msg-id 20041227191925.979ED44E7D9@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,
that is, files are sought in the same directory as the referencing file.
Also allow absolute paths in @file constructs.  Improve documentation
to actually say what is allowed in an included file.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        client-auth.sgml (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml.diff?r1=1.69&r2=1.70)
    pgsql/src/backend/libpq:
        hba.c (r1.134 -> r1.135)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c.diff?r1=1.134&r2=1.135)

pgsql-committers by date:

Previous
From: petere@svr1.postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Translation update
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Move info about psql console code page issues out of