The following bug has been logged online:

Bug reference:      4821
Logged by:          Andrew Gierth
Email address:      and...@tao11.riddles.org.uk
PostgreSQL version: 8.3-8.4
Operating system:   all
Description:        LIKE '%_' fails
Details: 

# select 'foo' like '%_';
 ?column? 
----------
 f
(1 row)

correct result would be 't'

8.1 and 8.2 seem to get this one right.

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to