bug in v7.02 on redhat 7

From: Scott Cao <scottc(at)CS(dot)UCLA(dot)EDU>
To: pgsql-bugs(at)postgresql(dot)org
Subject: bug in v7.02 on redhat 7
Date: 2000-12-14 01:19:19
Message-ID: Pine.SOL.4.10.10012131649460.783-100000@fox.cs.ucla.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

query="select * from product where cat1 like 'Home decoration--%'"
this query does not return any tuples in v7.02 but return 1 tuple in v6.5x
with the same database population.
I ran another query="select * from product where cat1='Home
decoration--musical'". This query return one tuple.
I ran another query="select * from product where cat1 like '%Home
decoration--%'". This query return one tuple.

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruno Wolff III 2000-12-14 04:49:23 Bug report
Previous Message Andriy Rozeluk 2000-12-14 00:02:44 setQueryTimeout in JDBC driver seems unimplemented