Replace function BUG - Mailing list pgsql-bugs

From Nicolas Bottarini
Subject Replace function BUG
Date
Msg-id 000001c468e7$f61ff4c0$3d03a8c0@avatarla.com
Whole thread Raw
Responses Re: Replace function BUG
Re: Replace function BUG
List 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 by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Slow views
Next
From: Stephan Szabo
Date:
Subject: Re: Replace function BUG