Re: Replace function BUG - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Replace function BUG
Date
Msg-id 20040716131521.A78523@megazone.bigpanda.com
Whole thread Raw
In response to Replace function BUG  ("Nicolas Bottarini" <nicolas@avatarla.com>)
Responses Re: Replace function BUG  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Tue, 13 Jul 2004, Nicolas Bottarini wrote:

> In postgreSQL 7.3.2 when I execute the following query
>
> select replace('test %400% result', 'result', 'ok');
>
> it returns "test % ok"

I think this was fixed in the 7.4 branch.

pgsql-bugs by date:

Previous
From: "Nicolas Bottarini"
Date:
Subject: Replace function BUG
Next
From: Bruno Wolff III
Date:
Subject: \ escapes in check constraint strings?