Re: [HACKERS] [GENERAL] workaround for lack of REPLACE() function - Mailing list pgsql-patches

From Joe Conway
Subject Re: [HACKERS] [GENERAL] workaround for lack of REPLACE() function
Date
Msg-id 3D59F935.1090609@joeconway.com
Whole thread Raw
In response to Re: [HACKERS] [GENERAL] workaround for lack of REPLACE() function  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Tom Lane wrote:
>>I'm planning to take on the replace function next.
> Isn't Gavin on that already?

No, sorry for the confusion. I meant:

   replace(bigstring, substr, newsubstr)

which I discussed (mainly with with Thomas) a few weeks ago. This
current work was a warmup, since I wasn't comfortable with MB character
handling, and noticed some issues whilst studying it.

Joe




pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] [GENERAL] workaround for lack of REPLACE() function
Next
From: Tom Lane
Date:
Subject: Re: Documentation update (pg_get_fkeydef, current_database)