Re: [PATCHES] regexp_replace

Поиск
Список
Период
Сортировка
От Atsushi Ogawa
Тема Re: [PATCHES] regexp_replace
Дата
Msg-id PIEMIKOOMKNIJLLLBCBBGEPHCIAA.a_ogawa@hi-ho.ne.jp
обсуждение исходный текст
Ответ на Re: [PATCHES] regexp_replace  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: tsearch2 changes need backpatching?
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pl/pgsql: END verbosity