Re: [PATCH] Add session_preload_libraries configuration parameter - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Add session_preload_libraries configuration parameter
Date
Msg-id 1373226010.12837.25.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: [PATCH] Add session_preload_libraries configuration parameter  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List 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.





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: PL/Python: Convert numeric to Decimal
Next
From: Tom Lane
Date:
Subject: Re: changeset generation v5-01 - Patches & git tree