'_' < '5' -- different answer on 7.2 and 7.3 - Mailing list pgsql-hackers

From David Blasby
Subject '_' < '5' -- different answer on 7.2 and 7.3
Date
Msg-id 3F05EB18.7080309@refractions.net
Whole thread Raw
Responses Re: '_' < '5' -- different answer on 7.2 and 7.3  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-hackers
I noticed a change between our 7.2 and 7.3 postgresql database.

On 7.2:

template1=>  select '_' < '5'; ?column?
---------- f
(1 row)



On 7.3:

template1=#  select '_' < '5'; ?column?
---------- t
(1 row)


Any reason for this change?

dave



pgsql-hackers by date:

Previous
From: johnnnnnn
Date:
Subject: Re: PostgreSQL vs. MySQL
Next
From: Stephan Szabo
Date:
Subject: Re: '_' < '5' -- different answer on 7.2 and 7.3