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:
> 
> > [EMAIL PROTECTED] (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
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to