BETWEEN SYMMETRIC/ASYMMETRIC

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: BETWEEN SYMMETRIC/ASYMMETRIC
Date: 2002-04-03 04:26:20
Message-ID: GNELIHDDFBOCMGBFGEFOAEPBCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

As part of my ongoing quest to understand grammar files, I've been trying to
implement BETWEEN SYMMETRIC/ASYMMETRIC.

I've attached my current work. Can someone please look and tell me if I'm
on the right track? With this patch, I get parse errors after BETWEEN if I
go:

SELECT 2 BETWEEN ASYMMETRIC 1 and 3;

or

SELECT 2 BETWEEN SYMMETRIC 1 and 3;

So it doesn't seem to be working - I don't know why!!

Don't look at the NOT BETWEEN stuff - I've not done it yet.

I was forced to put SYMMETRIC and ASYMMETRIC as reserved words - anything
else seemed to give shift/reduce errors. Is there anything I can do about
that?

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-04-03 04:31:30 Re: BETWEEN SYMMETRIC/ASYMMETRIC
Previous Message Tom Lane 2002-04-03 04:09:55 Re: ANALYZE after restore