Re: [PATCHES] regexp_replace - Mailing list pgsql-hackers

From Atsushi Ogawa
Subject Re: [PATCHES] regexp_replace
Date
Msg-id PIEMIKOOMKNIJLLLBCBBGEPHCIAA.a_ogawa@hi-ho.ne.jp
Whole thread Raw
In response to Re: [PATCHES] regexp_replace  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Atsushi Ogawa wrote:
> > I propose the following specification:
> >
> > regexp_replace(source text, pattern text, replacement text, [flags
text])
> > returns text
> >
> > The flags can use the following values:
> >  g: global (replace all)
> >  i: ignore case
> >
> > When the flags is not specified, case sensitive, replace the first
> > instance only.
>
> This seems good to me.

Thanks. I will remake the patch within a few days.

regards,

--- Atsushi Ogawa



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: tsearch2 changes need backpatching?
Next
From: Neil Conway
Date:
Subject: Re: pl/pgsql: END verbosity