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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cause pg_hba.conf file inclusion (@file stuff) to behave as
Date: 2004-12-27 19:19:25
Message-ID: 20041227191925.979ED44E7D9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-12-27 20:13:49 pgsql: Move info about psql console code page issues out of
Previous Message Peter Eisentraut 2004-12-27 14:24:23 pgsql: Translation update