Re: Re: [PATCHES] Select parser at runtime

Поиск
Список
Период
Сортировка
От Ian Lance Taylor
Тема Re: Re: [PATCHES] Select parser at runtime
Дата
Msg-id sielqgwoic.fsf@daffy.airs.com
обсуждение исходный текст
Ответ на Re: Re: [PATCHES] Select parser at runtime  (Vince Vielhaber <vev@michvhf.com>)
Ответы Re: Re: [PATCHES] Select parser at runtime  (Jan Wieck <JanWieck@Yahoo.com>)
Re: Re: [PATCHES] Select parser at runtime  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Vince Vielhaber <vev@michvhf.com> writes:

> An Oracle compatibility mode wouldn't be a bad idea, but at what cost
> and at how much effort?

That is why I focused on the relatively minor changes to Postgres
required to hook in an alternate parser.  I personally would not
expect the mainline Postgres team to worry about Oracle support.  But
if an Oracle parser can be decoupled from the mainline of Postgres
work, then most of the cost will be paid by the people who care about
it.  (Not all of the cost, because some communication will be required
when the parse tree nodes are changed.)

Along these lines, I don't think Bruce's suggestion of modifications
to the Postgres gram.y is a good idea, because it causes the Oracle
parser to add an ongoing cost to the Postgres parser.

Ian


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: example program bug?
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: PL/pgSQL bug?