Re: external function proposal for 7.2

Поиск
Список
Период
Сортировка
От Vincent AE Scott
Тема Re: external function proposal for 7.2
Дата
Msg-id Pine.LNX.4.21.0012131906540.18219-100000@majestic.ukshells.co.uk
обсуждение исходный текст
Ответ на Re: external function proposal for 7.2  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
On Wed, 13 Dec 2000, mlw wrote:

> Assuming all my assumptions are correct, (and I can't see how that is
> possible ;-), I should also call the Init function at this time.
> 
> The big problem is calling the "Exit" function. I am sure that will not
> be easily done, or even doable, but we can dream.


Ok, i don't know the complete syntax of the 'load external function'
stuff, but how about something like :

... ON LOAD CALL 'init()' on UNLOAD CALL 'fini()' ...

when the functions is loaded, you specify a setup function and when it's
unloaded( im not actually sure if this exists) call the finish function.

sorry, if any of that sounds dumb.

-vince
(going back to lurk mode)


PGP key:  http://codex.net/pgp/pgp.asc



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: external function proposal for 7.2
Следующее
От: bpalmer
Дата:
Сообщение: Why vacuum?