Re: regex back-references?

Поиск
Список
Период
Сортировка
От Michael Blakeley
Тема Re: regex back-references?
Дата
Msg-id p05000e3bb5c86430b01a@blakeley.com
обсуждение исходный текст
Ответ на Re: regex back-references?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы plperl crashing backend  (Michael Blakeley <mike@blakeley.com>)
Список pgsql-general
At 4:26 PM -0400 8/21/2000, Tom Lane wrote:
>Michael Blakeley <mike@blakeley.com> writes:
>>  Do I need to tell postgres to rebuild pg_language, perhaps?
>
>See the createlang utility script.  PL languages aren't installed
>by default (due to possibly-overzealous concern about security).

Thanks - that did it.

RFE: change the error message

ERROR:  Unrecognized language specified in a CREATE FUNCTION:
'plperl'.  Recognized languages are sql, C, internal and the created
procedural languages.

to read

ERROR:  Unrecognized language specified in a CREATE FUNCTION:
'plperl'.  Recognized languages are sql, C, internal and the created
procedural languages.
If you have compiled postgres with 'plperl' support, you may need to
run the 'createlang' utility.

thanks,
-- Mike

В списке pgsql-general по дате отправления:

Предыдущее
От: Tressens Lionel
Дата:
Сообщение: Re: [Solved] SQL Server to PostgreSQL
Следующее
От: "Roderick A. Anderson"
Дата:
Сообщение: I lied! [Solved] SQL Server to PostgreSQL