Re: Yacc / Bison difficulties

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Mark Butler <butlerm(at)middle(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Yacc / Bison difficulties
Date: 2001-04-13 01:18:47
Message-ID: 200104130118.VAA00444@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Butler 2001-04-13 02:48:41 ALTER TABLE MODIFY COLUMN
Previous Message Peter Eisentraut 2001-04-12 23:04:06 Re: RE: Estimating Size of Database