Replace function BUG

Поиск
Список
Период
Сортировка
От Nicolas Bottarini
Тема Replace function BUG
Дата
Msg-id 000001c468e7$f61ff4c0$3d03a8c0@avatarla.com
обсуждение исходный текст
Ответы Re: Replace function BUG  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: Replace function BUG  (Theodore Petrosky <tedpet5@yahoo.com>)
Список pgsql-bugs
In postgreSQL 7.3.2 when I execute the following query

select replace('test %400% result', 'result', 'ok');



it returns "test % ok"



And If I Execute:

select replace('test %%400%% result', 'result', 'ok');

it returns the correct result: "test %400% ok"



If this is a known BUG please tell me because I need to fix this.



Thanks



Nicolas Bottarini

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Slow views
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Replace function BUG