Thread: Perl stored procedures
Im looking for some documentation on writing stored procedures using PL/Perl. The PostrgeSQL tutorials give only a brief introduction to this which is good but enough : http://www.postgresql.org/docs/7.4/static/plperl.html Can anyone pls send any links to more documentation. Thanks __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
hi, Rahul k wrote: > Im looking for some documentation on writing stored > procedures using PL/Perl. The PostrgeSQL tutorials > give only a brief introduction to this which is good > but enough : > > http://www.postgresql.org/docs/7.4/static/plperl.html > > Can anyone pls send any links to more documentation. what more do you want to know? For more perl details check the perl manuals. If you looking for manage triggers from plperl see: http://www.commandprompt.com/entry.lxp?lxpe=285 C.