Re: Problem with CREATE LANGUAGE in CVS TIP - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem with CREATE LANGUAGE in CVS TIP
Date
Msg-id 6830.1178772082@sss.pgh.pa.us
Whole thread Raw
In response to Problem with CREATE LANGUAGE in CVS TIP  (David Fetter <david@fetter.org>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory
Next
From: Karel Gardas
Date:
Subject: Re: Where to hook my custom access control module?