I have 2 PostgreSQL databases. The first one is version 9.1, and the second is version 9.3. They are configured the same way (including setting standard_conforming_strings=off
). The following query returns one result on the version 9.1 database but returns nothing when run on the 9.3 database. Why?
select 'WORKS' where 'test.123' < 'test/';