[EMAIL PROTECTED] 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



---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to