Re: HBA files w/include support?

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Jerry Sievers <gsievers19(at)comcast(dot)net>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: HBA files w/include support?
Date: 2014-02-14 12:57:33
Message-ID: 20140214125733.GA6342@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jerry Sievers wrote:

> The other thing that comes to mind, is that as opposed to
> postgresql.conf and the include scenario there... one can do show all or
> query from pg_stat_activity just to see what setting they ended up
> with.
>
> I'm not aware of any way to probe what hba rules are loaded at runtime
> and thus, debugging hba config changes not really possible.

Well, getting includes in postgresql.conf in an acceptable shape
required lots more work than just implementing the "include" directive;
one of the very first requirements was that the file path and line
number that each setting got its value from was available in
pg_settings. I'm pretty sure that a patch that only added includes
without equivalent functionality would not get very far.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-02-14 12:58:59 Re: walsender doesn't send keepalives when writes are pending
Previous Message Greg Stark 2014-02-14 12:55:06 Re: walsender doesn't send keepalives when writes are pending