Re: [PATCHES] Fixes gram.y

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Fixes gram.y
Дата
Msg-id 6764.1016653676@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] Fixes gram.y  (Fernando Nasser <fnasser@redhat.com>)
Список pgsql-hackers
Fernando Nasser <fnasser@redhat.com> writes:
> Yes, I am supposed to see if I can fix this and get rid of the "into"
> field in SelectStmt at the same time.  Right Tom?

Yeah, we had talked about that ... but I'm not sure it's worth the
trouble.  I don't see any clean way for the SELECT grammar rule to
return info about an INTO clause, other than by including it in
SelectStmt.

Probably the easiest answer is for CreateCommandTag to just deal with
drilling down into the parsetree to see if INTO appears.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Proposal: 7.2b2 today
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Domains and type coercion