nngodinh(at)tiscali(dot)it wrote:
> I'm about to write a C function... If I can't found alternatives.
>
>
Note that in 7.3 (in beta now) there is a new replace() function which will do
this:
regression=# select replace('abcdefghabcdef','c','');
replace
--------------
abdefghabdef
Joe