Re: [GENERAL] plperl extensions

2000-05-23 Thread Alex Pilosov
On Tue, 23 May 2000, Louis-David Mitterrand wrote: > How mature is the plperl language for writing functions and triggers? You cannot write triggers in plperl yet. > Is it fast? (ie: does the interpreter pre-compiles functions and > persists?) Yes. -alex

[GENERAL] plperl extensions

2000-05-23 Thread Louis-David Mitterrand
How mature is the plperl language for writing functions and triggers? Is it fast? (ie: does the interpreter pre-compiles functions and persists?) I couldn't find any plperl package in the PG-7.0beta5 (the latest) debian packages, should I roll my own PG to get it? Thanks in advance for your hel