Re: Using regexp_replace to remove small words - Mailing list pgsql-general

From Vick Khera
Subject Re: Using regexp_replace to remove small words
Date
Msg-id AANLkTinpAhMSQjtOAGbXjK0WOSoV0sTw0bpgoGexjsm+@mail.gmail.com
Whole thread Raw
In response to Re: Using regexp_replace to remove small words  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Using regexp_replace to remove small words  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Adarsh Sharma
Date:
Subject: Problem while pg_xlog directory
Next
From: Vick Khera
Date:
Subject: Re: pg_dump order of rows