Re: BUG #1282: LIKE clause double-unescapes characters

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Justin Pasher" <spam(at)pasher(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1282: LIKE clause double-unescapes characters
Date: 2004-10-06 22:53:54
Message-ID: 1169.1097103234@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> Description: LIKE clause double-unescapes characters

This is not a bug, and it is documented. You can adjust the behavior
with LIKE ... ESCAPE ... if you don't like it.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Justin Clift 2004-10-07 01:31:11 Buggy timestamp generation code in PG 7.4.5 on FreeBSD 4.10
Previous Message PostgreSQL Bugs List 2004-10-06 22:40:51 BUG #1282: LIKE clause double-unescapes characters