On Wed, Feb 08, 2006 at 10:38:59AM +0100, Csaba Nagy wrote:
> Well, I've tested it a bit:
>
> db=# select version();
> version
> --------------------------------------------------------------------------------------------
> PostgreSQL 8.1.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.5
> (Debian 1:3.3.5-13)
> (1 row)
It's in CVS HEAD, not 8.1
> It seems to me that (x,y) > (a,b) means (x > a AND y > b) ... which is
> not exactly what you wanted... or I'm missing something ?
Yes, it changed because someone pointed out that the behaviour in 8.1
was wrong.
Have a nice day,
--
Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.