Re: Error in manual

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error in manual
Дата
Msg-id 23554.958663626@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error in manual  (Travis Bauer <trbauer@indiana.edu>)
Список pgsql-general
Travis Bauer <trbauer@indiana.edu> writes:
> On another note, I noticed that when you load a dynamically loaded c
> library using the create funtion statement in psql, the library is never
> reloaded unless you quit psql and restart it, even if you "drop function",
> change the library, and recreate the function.

I believe there is a "LOAD" command that will reload the library without
needing to restart the backend.  Not sure if that's any easier than
just restarting though...

> but this should probably be noted somewhere in
> the programmers manual.

Agreed.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Passing arguments to and INDEX function.
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: initdb and "exit_nicely"...