BUG #4821: LIKE '%_' fails - Mailing list pgsql-bugs

From Andrew Gierth
Subject BUG #4821: LIKE '%_' fails
Date
Msg-id 200905230101.n4N11qkW047694@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4821: LIKE '%_' fails
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4821
Logged by:          Andrew Gierth
Email address:      andrew@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.

pgsql-bugs by date:

Previous
From: Christopher Browne
Date:
Subject: Re: DDL triggers
Next
From: Tom Lane
Date:
Subject: Re: BUG #4821: LIKE '%_' fails