Re: modify custom variables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: modify custom variables
Дата
Msg-id 6787.1403281376@sss.pgh.pa.us
обсуждение исходный текст
Ответ на modify custom variables  (Vincent Mora <vincent.mora@oslandia.com>)
Список pgsql-hackers
Vincent Mora <vincent.mora@oslandia.com> writes:
> If I understand the problem correctly, on upgrate (ALTER EXTENSION), the 
> old postgis library is already loaded, the old spatial functions are 
> replaced by new ones pointing to the new postgis library, a call to 
> DefineCustomStringVariable is made and:

>      ERROR:  attempt to redefine parameter "postgis.backend"

> I need to redefine the assign hook such that is calls the new library 
> backend and not the old one.

I think what you need to do is arrange the upgrade process so that the old
shared library doesn't get loaded in the same session as the new one.
Otherwise, you're likely to have lots more problems than just this.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Vincent Mora
Дата:
Сообщение: modify custom variables
Следующее
От: Tom Lane
Дата:
Сообщение: Shouldn't pg_(sh)seclabel.provider be marked NOT NULL?