"PostgreSQL Bugs List" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend