David Fetter <david@fetter.org> writes:
> It turns out that PL/PerlU wasn't available, even though createlang
> had succeeded. I think this is a bug in CREATE LANGUAGE, as CREATE
> LANGUAGE should have failed when it found no PL/Perl compiled in.
Works for me:
$ createlang plperlu array_test
createlang: language installation failed: ERROR: could not access file "$libdir/plperl": No such file or directory
regards, tom lane