Re: [PATCH] Add session_preload_libraries configuration parameter

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Add session_preload_libraries configuration parameter
Дата
Msg-id 1373226010.12837.25.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: [PATCH] Add session_preload_libraries configuration parameter  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: PL/Python: Convert numeric to Decimal
Следующее
От: Tom Lane
Дата:
Сообщение: Re: changeset generation v5-01 - Patches & git tree