Обсуждение: pgsql: Cause pg_hba.conf file inclusion (@file stuff) to behave as

Поиск
Список
Период
Сортировка

pgsql: Cause pg_hba.conf file inclusion (@file stuff) to behave as

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)