Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC. - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC.
Date
Msg-id 200506151944.j5FJiW714529@candle.pha.pa.us
Whole thread Raw
List pgsql-patches
OK, patch attached and applied.  Thanks.

---------------------------------------------------------------------------

Pavel Stehule wrote:
> Hello
>
> SYMMETRIC and ASYMMETRIC have to be reserved words.
>
> http://archives.postgresql.org/pgsql-hackers/2002-04/msg00094.php
>
> I lost my patch. Can You move SYMMETRIC and ASYMMETRIC to list of reserved
> words?
>
> Regards
> Pavel Stehule
>
>
>
> On Wed, 15 Jun 2005, Tom Lane wrote:
>
> > momjian@svr1.postgresql.org (Bruce Momjian) writes:
> > > Add BETWEEN SYMMETRIC.
> >
> > $ make
> > bison -y -d  gram.y
> > conflicts: 4 shift/reduce
> >
> > This is absolutely unacceptable.
> >
> >             regards, tom lane
> >
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
Index: gram.y
===================================================================
RCS file: /cvsroot/pgsql/src/backend/parser/gram.y,v
retrieving revision 2.493
diff -c -c -r2.493 gram.y
*** gram.y    14 Jun 2005 23:47:39 -0000    2.493
--- gram.y    15 Jun 2005 19:39:37 -0000
***************
*** 7750,7756 ****
              | ALTER
              | ASSERTION
              | ASSIGNMENT
-             | ASYMMETRIC
              | AT
              | BACKWARD
              | BEFORE
--- 7750,7755 ----
***************
*** 7897,7903 ****
              | STDIN
              | STDOUT
              | STORAGE
-             | SYMMETRIC
              | SYSID
              | STRICT_P
              | TABLESPACE
--- 7896,7901 ----
***************
*** 8028,8033 ****
--- 8026,8032 ----
              | ARRAY
              | AS
              | ASC
+             | ASYMMETRIC
              | BOTH
              | CASE
              | CAST
***************
*** 8079,8084 ****
--- 8078,8084 ----
              | SELECT
              | SESSION_USER
              | SOME
+             | SYMMETRIC
              | TABLE
              | THEN
              | TO

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Add PG version number to NLS files
Next
From: Bruce Momjian
Date:
Subject: Escape handling in strings