Re: Using regexp_replace to remove small words

From: Vick Khera <vivek(at)khera(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using regexp_replace to remove small words
Date: 2010-12-13 15:11:05
Message-ID: AANLkTik-q1g2atRcaQXOV45Ndv2yuEKHNzWftmBjZqs5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 13, 2010 at 10:00 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gabriele Bartolini 2010-12-13 15:11:20 Re: Cluster with LATIN1 and UTF-8
Previous Message Robert Gravsjö 2010-12-13 15:04:26 Re: RES: Using regexp_replace to remove small words