Re: strip a character from text
От
Joe Conway
Тема
Re: strip a character from text
Дата
Msg-id
3D88ACAA.7070601@joeconway.com
Список
Дерево обсуждения
Re: strip a character from text Joe Conway <mail@joeconway.com>
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 по дате отправления