LOAD broken?

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема LOAD broken?
Дата
Msg-id Pine.LNX.4.44.0309061232080.14280-100000@zigo.dhs.org
обсуждение исходный текст
Ответы Re: LOAD broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I've got a C function in a .so that I use in postgres. While developing it
I want to reload the dynamic library. The docs says that LOAD should do
the trick but nothing happens when I use it.

Have LOAD stoped working and is it now a NOP?

I've tried LOAD both when the function exists in pg, and when I first drop
the function, do the load and then create the function again. But it makes
no difference.

I run redhat 9, maybe load works in other dists/operating systems?

--
/Dennis

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Unclear documentation (IMMUTABLE functions)
Следующее
От: Eugene Chow
Дата:
Сообщение: pl/pgsql problem with search_path