patch for BETWEEN [ASYMMETRIC|SYMMETRIC]

From: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: patch for BETWEEN [ASYMMETRIC|SYMMETRIC]
Date: 2001-01-11 02:01:57
Message-ID: 01011020580502.15894@comptechnews
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This was a trivial thing to implement in the parser (unless I overlooked
something!). Please review it and let me know if I missed something. This
adds SQL-1999 BETWEEN [ASYMMETRIC|SYMMETRIC] language. Hopefully it's not
considered just SQL bloat. ;)

--
-------- Robert B. Easter reaster(at)comptechnews(dot)com ---------
-- CompTechNews Message Board http://www.comptechnews.com/ --
-- CompTechServ Tech Services http://www.comptechserv.com/ --
---------- http://www.comptechnews.com/~reaster/ ------------

Attachment Content-Type Size
gram.y.patch text/x-c 2.0 KB
keywords.c.patch text/plain 489 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-01-11 03:29:22 Re: patch for BETWEEN [ASYMMETRIC|SYMMETRIC]
Previous Message Peter Eisentraut 2001-01-09 17:21:58 Re: sql.sgml take 3