Re: Regex

Поиск
Список
Период
Сортировка
От rlee0001
Тема Re: Regex
Дата
Msg-id 1139268499.007461.252150@z14g2000cwz.googlegroups.com
обсуждение исходный текст
Ответ на Re: Regex  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
If your version does not support regexp_replace(), I have written a
similar function for easlier versions of postgresql using pl/pgsql
called regexp_replacex(). You can find it by searching google groups.
As the thread there points out, the function I wrote doesn't treat
NULLs properly as posted and there are probably other issues as well.
You are free to use it anyways at your own risk.

If your version of PostgreSQL does support the regexp_replace()
function then you should use it instead as Tom Lane pointed out.

-Robert


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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Any way to make PG driver obey PrintWarn?
Следующее
От: "Shahid Butt"
Дата:
Сообщение: Trying to auto start Postgres when server boots up