Re: [HACKERS] Beta for 4:30AST ... ?

Поиск
Список
Период
Сортировка
Искать
От
Peter Eisentraut
Тема
Re: [HACKERS] Beta for 4:30AST ... ?
Дата
Msg-id
Pine.GSO.4.02A.10003011540520.25449-100000@Svan.DoCS.UU.SE
Ответ на
Список
Дерево обсуждения
Beta for 4:30AST ... ? The Hermit Hacker <scrappy@hub.org>
Re: [HACKERS] Beta for 4:30AST ... ? Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Beta for 4:30AST ... ? Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Beta for 4:30AST ... ? Bruce Momjian <pgman@candle.pha.pa.us>
Re: [HACKERS] Beta for 4:30AST ... ? Don Baccus <dhogaza@pacifier.com>
Re: [HACKERS] Beta for 4:30AST ... ? Bruce Momjian <pgman@candle.pha.pa.us>
Re: [HACKERS] Beta for 4:30AST ... ? Kaare Rasmussen <kar@webline.dk>
TODO list / why 7.0 ? Kaare Rasmussen <kar@webline.dk>
Re: [HACKERS] TODO list / why 7.0 ? Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] TODO list / why 7.0 ? Kaare Rasmussen <kar@webline.dk>
Re: [HACKERS] TODO list / why 7.0 ? Peter Eisentraut <e99re41@DoCS.UU.SE>
Re: [HACKERS] TODO list / why 7.0 ? The Hermit Hacker <scrappy@hub.org>
Re: [HACKERS] Beta for 4:30AST ... ? Don Baccus <dhogaza@pacifier.com>
Re: [HACKERS] Beta for 4:30AST ... ? Bruce Momjian <pgman@candle.pha.pa.us>
On Wed, 1 Mar 2000, Thomas Lockhart wrote:

> It is unlikely that we can transparently parse two-word types in
> gram.y without explicit support for it. Just adding IDENT IDENT to
> simple types leads to a shift/reduce conflict.

I am not saying that we should support two token types in general. Only
the SQL types. We already do that anyway, like (kind of)

Type: CHARACTER VARYING { $$ = "varchar"; }     | etc.

All I'm saying is that we add
     | BIT VARYING { $$ = "bit varying"; }

No problem so far, right? Especially, if this is dumped out, then it
becomes bit varying without any extra effort.

The only problem is that with the current syntax the bootstrap scanner
cannot insert fields that contain spaces. Simple fix there, and we're
done.

To be clear again: I am not vaguely suggesting that we support any
multi-token types. I am just saying that we shouldn't introduce any new
and unnecessary external/internal type discrepancies just because the
bootstrap scanner is stupid.

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


В списке pgsql-hackers по дате отправления
От: Sergio A. Kessler
Дата:
Сообщение: Re: [HACKERS] rpms
От: Peter Eisentraut
Дата:
FAQ