Re: lower function - Mailing list pgsql-general

From Mage
Subject Re: lower function
Date
Msg-id 42552AA1.4090503@mage.hu
Whole thread Raw
In response to Re: lower function  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-general
Scott Marlowe wrote:

>
>You're far more likely to learn tcl or python or php in an afternoon
>than to get a patched perl executable in that time.
>
>But I'd still report the bug to them.
>
>
create or replace function keywords_split(text) returns text as $$
    use locale;
    use POSIX qw(locale_h);
    setlocale(LC_CTYPE,'hu_HU');
    return '';
$$
language plperlu;

It works. And it's so nasty. I have to insert these into every plperl
function.
I am not subscribed to any perl list. Would someone report this bug?

       Mage


pgsql-general by date:

Previous
From: David Gagnon
Date:
Subject: Improvement for COPY command .. unless it already exists (If yes please tell me!)
Next
From: Tom Lane
Date:
Subject: Re: Improvement for COPY command .. unless it already exists (If yes please tell me!)