Re: lower function

Поиск
Список
Период
Сортировка
От Mage
Тема Re: lower function
Дата
Msg-id 42552AA1.4090503@mage.hu
обсуждение исходный текст
Ответ на Re: lower function  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список 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 по дате отправления:

Предыдущее
От: David Gagnon
Дата:
Сообщение: Improvement for COPY command .. unless it already exists (If yes please tell me!)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Improvement for COPY command .. unless it already exists (If yes please tell me!)