Re: Replace function BUG

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Nicolas Bottarini <nicolas(at)avatarla(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Replace function BUG
Date: 2004-07-16 20:16:04
Message-ID: 20040716131521.A78523@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruno Wolff III 2004-07-16 21:49:25 \ escapes in check constraint strings?
Previous Message Stephan Szabo 2004-07-16 19:33:00 Re: Slow views