Re: [PATCH] Add session_preload_libraries configuration parameter

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Add session_preload_libraries configuration parameter
Date: 2013-07-07 19:40:10
Message-ID: 1373226010.12837.25.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2013-06-21 at 11:51 +0200, Dimitri Fontaine wrote:
> I found it strange that those two paras read differently for saying
> the
> same thing?
>
> > + preloaded at connection start. This parameter cannot be
> changed after
> > + the start of a particular session. If a specified library
> is not
>
> > + The parameter value only takes effect at the start of the
> connection.
> > + Subsequent changes have no effect. If a specified library
> is not

The first says that changing the parameter after connection start will
result in an error. The second says that you can change the parameter
after connection start, but it won't have any effect.

This is just a result of the various GUC context mechanisms.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-07-07 19:43:17 Re: changeset generation v5-01 - Patches & git tree
Previous Message Peter Eisentraut 2013-07-07 19:35:13 Re: [COMMITTERS] pgsql: PL/Python: Convert numeric to Decimal