Re: sql row constructor...works! - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: sql row constructor...works!
Date
Msg-id 20060208095937.GC1985@svana.org
Whole thread Raw
In response to Re: sql row constructor...works!  (Csaba Nagy <nagy@ecircle-ag.com>)
Responses Re: sql row constructor...works!
List pgsql-hackers
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.

pgsql-hackers by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: sql row constructor...works!
Next
From: Csaba Nagy
Date:
Subject: Re: streamlined standby procedure