Re: strip a character from text

From: Joe Conway <mail(at)joeconway(dot)com>
To: nngodinh(at)tiscali(dot)it
Cc: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: strip a character from text
Date: 2002-09-18 16:41:14
Message-ID: 3D88ACAA.7070601@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-09-18 17:29:35 Re: RPMS for 7.3 beta.
Previous Message Neil Conway 2002-09-18 16:39:35 Re: genetic algorithm in PostgreSQL