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

From Bruce Momjian
Subject Re: Yacc / Bison difficulties
Date
Msg-id 200104130118.VAA00444@candle.pha.pa.us
Whole thread Raw
In response to Re: Yacc / Bison difficulties  (Peter Eisentraut <peter_e@gmx.net>)
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?

That's a tough call.  We already have some duplicate type symbols, but
this is not a standard SQL type.  I would see if we can get others to
say it is a good idea.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: RE: Estimating Size of Database
Next
From: Mark Butler
Date:
Subject: ALTER TABLE MODIFY COLUMN