Re: Yacc / Bison difficulties - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Yacc / Bison difficulties
Date
Msg-id Pine.LNX.4.30.0104130029530.1148-100000@peter.localdomain
Whole thread Raw
In response to Re: Yacc / Bison difficulties  (Mark Butler <butlerm@middle.net>)
Responses Re: Yacc / Bison difficulties  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Yacc / Bison difficulties  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Mark Butler writes:

> Thanks. I didn't realize the need to move the DOUBLE token from the TokenId to
> the ColId production.  Will this patch be integrated into the head branch?

Not sure.  It's not a standard type, but at least two other RDBMS have it
and the name does make sense.  Any comments?

>
>  - Mark Butler
>
> Peter Eisentraut wrote:
> >
> > Mark Butler writes:
> >
> > > I was trying to make a minor change today to the gram.y file to make
> > > PostgreSQL recognize "DOUBLE" as a data type the way DB2 does.  I ran into
> > > reduce / reduce conflicts using both of the methods I tried.
> >
> > See attached patch.
>
>

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: Estimating Size of Database
Next
From: "Mitesh Shah"
Date:
Subject: RE: Estimating Size of Database