NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Alternative Language (Score:1)
PlPGSQL isn't the only embedded language. There's PL/TCL, PL/Python and PL/Perl as well. These may not have the same limitations as PL/PGSQL.
-Dom
Reply to This
Re:Alternative Language (Score:1)
Hmmm, looking at the docs [postgresql.org], you'd have to use the CPAN module DBD::PgSPI to do stuff. Might be worth examining that module...
-Dom