View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 09:38 AM
Tom Lane
 
Posts: n/a
Default Re: Problem with CREATE LANGUAGE in CVS TIP

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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote