Re: [PATCHES] regexp_replace

From: Hannu Krosing <hannu(at)skype(dot)net>
To: Atsushi Ogawa <a_ogawa(at)hi-ho(dot)ne(dot)jp>
Cc: David Fetter <david(at)fetter(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] regexp_replace
Date: 2005-06-08 14:30:44
Message-ID: 1118241044.4893.3.camel@fuji.krosing.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On K, 2005-06-08 at 21:32 +0900, Atsushi Ogawa wrote:

>
> How about changing the function name of each usage?
>
> regexp_replace: replace first
> regexp_replace_all: replace all
> regexp_ic_replace: replace first and case insensitive
> regexp_ic_replace_all: replace all and case insensitive

perhaps just "regexp_ireplace", we already have ILIKE not IC_LIKE

--
Hannu Krosing <hannu(at)skype(dot)net>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Fuhr 2005-06-08 14:46:07 Re: The Contrib Roundup (long)
Previous Message Tom Lane 2005-06-08 14:17:32 Re: Correlated subselect in regression test

Browse pgsql-patches by date

  From Date Subject
Next Message Federico Di Gregorio 2005-06-08 16:54:08 BUG #1707: statistics collector starts with stats_start_collector = false
Previous Message Atsushi Ogawa 2005-06-08 12:32:01 Re: [PATCHES] regexp_replace