Re: lower function

From: Mage <mage(at)mage(dot)hu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: lower function
Date: 2005-04-07 12:42:09
Message-ID: 42552AA1.4090503@mage.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-04-07 14:15:33 Re: Improvement for COPY command .. unless it already exists (If yes please tell me!)
Previous Message David Gagnon 2005-04-07 12:20:12 Improvement for COPY command .. unless it already exists (If yes please tell me!)