On Saturday 11 November 2000 20:30, Tom Lane wrote: > Philip Warner <[EMAIL PROTECTED]> writes: > > > Might even be able to implement a 'CREATE MODULE' which loads an > > object, enquires about functions in the module, and creates function > > entries based on information returned from pg_fmgr_info... > > That could work ... something to think about for the future, anyway. I proposed this some time ago, even wrote up a semiformal proposal. I was told at the time it was a bad idea. The only objection I remember of the top of my head had to do with set-uid. I apporached the other way. LOAD MODULE would call a well defined entry point which could then use SPI or some other facility to create whatever. I saw it as a way to distribute types and even whole applications. -- Mark Hollomon
- Re: [HACKERS] Coping with 'C' vs 'newC' function language... Philip Warner
- Re: [HACKERS] Coping with 'C' vs 'newC' function lan... Tom Lane
- Re: [HACKERS] Coping with 'C' vs 'newC' function... Philip Warner
- Re: [HACKERS] Coping with 'C' vs 'newC' func... Tom Lane
- Re: [HACKERS] Coping with 'C' vs 'newC' ... Marko Kreen
- Re: [HACKERS] Coping with 'C' vs 'n... Bruce Momjian
- Re: [HACKERS] Coping with 'C' v... Philip Warner
- Re: [HACKERS] Coping with 'C' vs 'newC' ... Philip Warner
- Re: [HACKERS] CREATE MODULE (was: Coping... Mark Hollomon
- Re: [HACKERS] CREATE MODULE (was: C... Philip Warner
- Re: [HACKERS] Coping with 'C' vs 'newC' function... Jan Wieck
- Re: [HACKERS] Coping with 'C' vs 'newC' func... Peter Eisentraut
- Re: [HACKERS] Coping with 'C' vs 'newC' ... Tom Lane
- Re: [HACKERS] Coping with 'C' vs 'n... Bruce Momjian
- Re: [HACKERS] Coping with 'C' v... Tom Lane
- Re: [HACKERS] Coping with 'C' v... Thomas Lockhart
- Re: [HACKERS] Coping with 'C' v... Bruce Momjian
- Re: [HACKERS] Coping with 'C' v... Hannu Krosing
- Re: [HACKERS] Coping with 'C' v... Bruce Momjian