Обсуждение: counterpart to LOAD

Поиск
Список
Период
Сортировка

counterpart to LOAD

От
Andreas Kretschmer
Дата:
Hi @all,

ist there (in 9.1) a way to unload a shared lib?

It seems it's impossible since 8.1 or so, i'm right?


Re: counterpart to LOAD

От
Albe Laurenz
Дата:
Andreas Kretschmer wrote:
> ist there (in 9.1) a way to unload a shared lib?
> 
> It seems it's impossible since 8.1 or so, i'm right?

Yes:
http://www.postgresql.org/docs/9.3/static/xfunc-c.html#XFUNC-C-DYNLOAD

"(Presently, unloads are disabled and will never occur, but this may change in the future.)"

This thread might be interesting:
http://www.postgresql.org/message-id/e94e14cd0912231317w441fad87gb3a4c517603a350c@mail.gmail.com

Yours,
Laurenz Albe