Re: Problem with CREATE LANGUAGE in CVS TIP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with CREATE LANGUAGE in CVS TIP
Дата
Msg-id 6830.1178772082@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with CREATE LANGUAGE in CVS TIP  (David Fetter <david@fetter.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory
Следующее
От: Karel Gardas
Дата:
Сообщение: Re: Where to hook my custom access control module?