| From: | Vincent AE Scott <vince(at)codex(dot)net> |
|---|---|
| To: | mlw <markw(at)mohawksoft(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: external function proposal for 7.2 |
| Date: | 2000-12-13 19:11:12 |
| Message-ID: | Pine.LNX.4.21.0012131906540.18219-100000@majestic.ukshells.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-12-13 19:28:52 | Re: Bug in ILIKE function? |
| Previous Message | D=?ISO-8859-1?Q?=C5?= | 2000-12-13 18:37:16 | DB-Manager Algorithms Essay. Please help! |