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 AANLkTik-q1g2atRcaQXOV45Ndv2yuEKHNzWftmBjZqs5@mail.gmail.com
Whole thread Raw
In response to Re: Using regexp_replace to remove small words  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Mon, Dec 13, 2010 at 10:00 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Flag i
>    specifies case-insensitive matching, while flag g specifies
>    replacement of each matching substring rather than only the first
>    one. Other supported flags are described in Table 9-19.

Thanks.  Quite well hidden in plain sight. :(

As a user, I was looking for a table similar to 9-19, since I
discounted it because it described the embedded flags.  Based on the
above text though it seems they are also valid for the flags
parameter.

pgsql-general by date:

Previous
From: Robert Gravsjö
Date:
Subject: Re: RES: Using regexp_replace to remove small words
Next
From: Alexey Klyukin
Date:
Subject: Re: Do we want SYNONYMS?