Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Hannu Krosing
Subject Re: [PATCHES] regexp_replace
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [PATCHES] regexp_replace  (Atsushi Ogawa <[email protected]>)
List pgsql-hackers
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 <[email protected]>



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Correlated subselect in regression test
Next
From: Tom Lane
Date:
Subject: Re: adding new pages bulky way