Re: Using regexp_replace to remove small words

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: Using regexp_replace to remove small words
Дата
Msg-id AANLkTinpAhMSQjtOAGbXjK0WOSoV0sTw0bpgoGexjsm+@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using regexp_replace to remove small words  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Using regexp_replace to remove small words  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, Dec 10, 2010 at 5:59 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
> select regexp_replace('Tommy Lee Jones', $$\y\w{2,3}\y$$, ' ', 'g' );
>

speaking of regular expressions... the other day I was trying to find
where the 'flags' option to regexp_replace() is described, but I
cannot find it in the 9.0 manual in any obvious place.  it is not
described in the string functions section, nor in the regexp section.

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

Предыдущее
От: Adarsh Sharma
Дата:
Сообщение: Problem while pg_xlog directory
Следующее
От: Vick Khera
Дата:
Сообщение: Re: pg_dump order of rows