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
> 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.
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?
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
>
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]
>
> 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
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