BETWEEN [SYMMETRIC | ASYMMETRIC] - Mailing list pgsql-hackers

From Robert B. Easter
Subject BETWEEN [SYMMETRIC | ASYMMETRIC]
Date
Msg-id 0101091806381X.09559@comptechnews
Whole thread Raw
Responses Re: BETWEEN [SYMMETRIC | ASYMMETRIC]
List pgsql-hackers
Here is current cvs:

SELECT 2 BETWEEN 1 AND 3;?column?
----------t
(1 row)
subselects=# SELECT 2 BETWEEN 3 AND 1;?column?
----------f
(1 row) 


Any chance of BETWEEN [SYMMETRIC | ASYMMETRIC] being implemented?

SELECT 2 BETWEEN SYMMETRIC 3 AND 1;?column?
----------t
(1 row) 

ASYMMETRIC is the default and what is currently the case.  This would 
probably be easy TODO. 
-- 
-------- Robert B. Easter  reaster@comptechnews.com ---------
-- CompTechNews Message Board http://www.comptechnews.com/ --
-- CompTechServ Tech Services http://www.comptechserv.com/ --
---------- http://www.comptechnews.com/~reaster/ ------------


pgsql-hackers by date:

Previous
From: Michael J Schout
Date:
Subject: Re: Re: Beta2 ... ?
Next
From: Lamar Owen
Date:
Subject: Re: Re: Beta2 ... ?