Re: strip a character from text - Mailing list pgsql-hackers

From Joe Conway
Subject Re: strip a character from text
Date
Msg-id 3D88ACAA.7070601@joeconway.com
Whole thread Raw
In response to Re: strip a character from text  (nngodinh@tiscali.it)
List pgsql-hackers
nngodinh@tiscali.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




pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: genetic algorithm in PostgreSQL
Next
From: Bruce Momjian
Date:
Subject: Re: RPMS for 7.3 beta.