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  (nngodinh@tiscali.it)
Список 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 по дате отправления: