Re: String manipulation in plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: String manipulation in plpgsql
Дата
Msg-id 14473.1047170564@sss.pgh.pa.us
обсуждение исходный текст
Ответ на String manipulation in plpgsql  ("Rod Kreisler" <rod@23net.net>)
Список pgsql-novice
"Rod Kreisler" <rod@23net.net> writes:
> Is there a way to do string manipulation in plpgsql, or should I just use
> plperl?  It's just been SO long since I've used perl, trying to avoid it....

plpgsql's string-handling functions are the same as SQL's, ie, pretty
primitive.  If you need to do anything more complex than simple
substring extraction, I'd think perl is the path of least resistance.
(pltcl and plpython are alternatives, too, if you like those languages
better than perl.)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Stored procedure - change columns in a table that is
Следующее
От: Aspire Something
Дата:
Сообщение: Python in Postgresql