Re: [HACKERS] 8.2 features?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] 8.2 features?
Дата
Msg-id 26167.1154395260@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] 8.2 features?  (Joe Conway <mail@joeconway.com>)
Ответы Re: [HACKERS] 8.2 features?  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> I wanted to post an updated patch even though there are still things not
> working again after conversion to bare expressions.

I've been through the planner part of this and it looks OK (one or two
small errors).  I'm currently messing with a revised version of the
grammar that supports putting VALUES everyplace that the spec allows,
and is a bit simpler than the old one to boot: it folds VALUES and
SELECT together, so we need fewer cases in the INSERT production.
Of course this breaks most of what you did in the parser :-( ...
I'm working on fixing that.

I'm about to go out to dinner but thought I'd post the gram.y and
parsenodes.h files so you could see where I'm headed.  These are
diffs from CVS tip, not from your patch.

            regards, tom lane


Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [DOCS] Maintenance and External Projects (try 2)
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [HACKERS] 8.2 features?