'_' < '5' -- different answer on 7.2 and 7.3

From: David Blasby <dblasby(at)refractions(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: '_' < '5' -- different answer on 7.2 and 7.3
Date: 2003-07-04 21:01:12
Message-ID: 3F05EB18.7080309@refractions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brian Tarbox 2003-07-04 21:14:01 Re: PostgreSQL vs. MySQL
Previous Message johnnnnnn 2003-07-04 20:39:57 Re: PostgreSQL vs. MySQL