The persistance of C functions

Поиск
Список
Период
Сортировка
От Bryan White
Тема The persistance of C functions
Дата
Msg-id 00bb01bf7344$fe1dcf00$2dd260d1@arcamax.com
обсуждение исходный текст
Ответы RE: [INTERFACES] The persistance of C functions  (Craig Orsinger <orsingerc@epg-gw1.lewis.army.mil>)
Re: [INTERFACES] The persistance of C functions  (Karel Zak - Zakkr <zakkr@zf.jcu.cz>)
Список pgsql-interfaces
If I use CREATE FUNCTION for a C function in a .so file and then use the
function and then change and recompile the function, what steps are needed
to see the change?

As I see it the options are:
A: do nothing, the function is reloaded on every invocation.
B: Reopen the connection to the backend
C: Restart the postmaster

I suspect B is correct but I would like to hear someone confirm it.



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

Предыдущее
От: Phillip Rhodes
Дата:
Сообщение: jdbc question
Следующее
От: Lars
Дата:
Сообщение: Re: [INTERFACES] jdbc question