Re: [HACKERS] Yacc / Bison difficulties

2001-04-12 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > 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 ha

Re: [HACKERS] Yacc / Bison difficulties

2001-04-12 Thread Bruce Momjian
> 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.

Re: [HACKERS] Yacc / Bison difficulties

2001-04-12 Thread Peter Eisentraut
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?

Re: [HACKERS] Yacc / Bison difficulties

2001-04-12 Thread Mark Butler
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? - Mark Butler Peter Eisentraut wrote: > > Mark Butler writes: > > > I was trying to make a minor change today to the gram.y file to make >

Re: [HACKERS] Yacc / Bison difficulties

2001-04-12 Thread Peter Eisentraut
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 [EMAIL PROTECTED]

Re: [HACKERS] Yacc / Bison difficulties

2001-04-11 Thread Bruce Momjian
> > 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. > > Having fought extensively with Bison before on a SQL oriented language > tra

[HACKERS] Yacc / Bison difficulties

2001-04-11 Thread Mark Butler
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. Having fought extensively with Bison before on a SQL oriented language translation proje