The following bug has been logged online:
Bug reference: 5086
Logged by: Pieter-Jan
Email address: pieter-jan.beck...@hotmail.com
PostgreSQL version: 8x
Operating system: Windows 7 professional
Description:Install doesnt work
Details:
When I try to install
Hi,
I was wondering if the following issue is in fact a bug, or just
inconvenient behaviour...
say a table looks like this:
table
---
c (varchar)
'20'
'0'
'-10'
'klj'
'> 5'
'qwerty'
'< 6'
The query select * from table where c < 5 will return for instance the
tuple containing '20'.
In other