Discussion:
Perl stored procedures
(too old to reply)
Rahul k
2004-04-28 18:59:39 UTC
Permalink
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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ***@postgresql.org so that your
message can get through to the mailing list cleanly
CoL
2004-04-30 07:08:37 UTC
Permalink
hi,
Post by Rahul k
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
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.

Loading...