Re: [PATCHES] regexp_replace

From: Atsushi Ogawa <a_ogawa(at)hi-ho(dot)ne(dot)jp>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org, david(at)fetter(dot)org
Subject: Re: [PATCHES] regexp_replace
Date: 2005-06-26 14:30:52
Message-ID: PIEMIKOOMKNIJLLLBCBBGEPHCIAA.a_ogawa@hi-ho.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-06-26 15:24:54 Re: pl/pgsql: END verbosity
Previous Message Tom Lane 2005-06-26 14:14:25 Re: tsearch2 changes need backpatching?

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-06-26 15:24:54 Re: pl/pgsql: END verbosity
Previous Message Andrew Dunstan 2005-06-26 12:49:38 Re: Escape patch applied