Replace function BUG

From: "Nicolas Bottarini" <nicolas(at)avatarla(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Replace function BUG
Date: 2004-07-13 14:44:54
Message-ID: 000001c468e7$f61ff4c0$3d03a8c0@avatarla.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-07-14 07:12:55 BUG #1192: JDBC driver: org.postgresql.jdbc2.Array throws Bad BigDecimal Exception
Previous Message Einar Indridason 2004-07-13 08:58:49 Re: BUG #1191: odd usage of port 512 on localhost