BUG #2729: Backslash escaping not working as expected - Mailing list pgsql-bugs

From Michael van Rooyen
Subject BUG #2729: Backslash escaping not working as expected
Date
Msg-id 200611011319.kA1DJGfn043210@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2729: Backslash escaping not working as expected
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2729
Logged by:          Michael van Rooyen
Email address:      mvanr@bigfoot.com
PostgreSQL version: 8.1.4
Operating system:   Linux
Description:        Backslash escaping not working as expected
Details:

The following query from psql:

select * from product where name like '%\\%';

Yields products whose names end with a %. I would have expected it to yeild
products whose names contained a backslash.

pgsql-bugs by date:

Previous
From: "Yee"
Date:
Subject: BUG #2728: Core dump while pgdump DB
Next
From: "juliana martins santanna"
Date:
Subject: ajuda