Re: alter user set local_preload_libraries. - Mailing list pgsql-hackers

From Kyotaro HORIGUCHI
Subject Re: alter user set local_preload_libraries.
Date
Msg-id 20141224.162611.46459557.horiguchi.kyotaro@lab.ntt.co.jp
Whole thread Raw
In response to Re: alter user set local_preload_libraries.  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Hello, sorry for the absense,

Thank you for committing.

> On 8/29/14 4:01 PM, Peter Eisentraut wrote:
> > On 8/28/14 9:01 AM, Kyotaro HORIGUCHI wrote:
> >> I found this issue when trying per-pg_user (role) loading of
> >> auto_analyze and some tweaking tool. It is not necessarily set by
> >> the user by own, but the function to decide whether to load some
> >> module by the session-user would be usable, at least, as for me:)
> > 
> > I think we could just set local_preload_libraries to PGC_USERSET and
> > document that subsequent changes won't take effect.  That's the same way
> > session_preload_libraries works.
> 
> Committed this way.
> 
> This doesn't prevent future fine-tuning in this area, but in the
> subsequent discussion, there was no clear enthusiasm for any particular
> direction.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: hash_create API changes (was Re: speedup tidbitmap patch: hash BlockNumber)
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Async execution of postgres_fdw.