Re: regex back-references?

From: Michael Blakeley <mike(at)blakeley(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: regex back-references?
Date: 2000-08-22 17:11:53
Message-ID: p05000e3bb5c86430b01a@blakeley.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 4:26 PM -0400 8/21/2000, Tom Lane wrote:
>Michael Blakeley <mike(at)blakeley(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2000-08-22 17:19:17 I lied! [Solved] SQL Server to PostgreSQL
Previous Message Tressens Lionel 2000-08-22 16:50:29 Re: [Solved] SQL Server to PostgreSQL