Re: UNNEST with multiple args, and TABLE with multiple funcs

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: UNNEST with multiple args, and TABLE with multiple funcs
Дата
Msg-id 87bo38vkvp.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: UNNEST with multiple args, and TABLE with multiple funcs  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
>>>>> "Heikki" == Heikki Linnakangas <hlinnakangas@vmware.com> writes:
Heikki> I've spent some time reviewing this patch - looks prettyHeikki> good! I'm not through yet, but I wanted to post
anHeikki>update. Attached is a new version, with some modifications IHeikki> made. Notably:
 
Heikki> I refactored the grammar a bit

And broke the ability to do  TABLE(unnest(a,b,c), otherfunc(d)).

Yes, you can still do TABLE(unnest(a), unnest(b), unnest(c), otherfunc(d))
but I view this as a significant loss of functionality; I will see about
fixing that.

I am still looking at the other changes.

-- 
Andrew (irc:RhodiumToad)



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: UNNEST with multiple args, and TABLE with multiple funcs
Следующее
От: Steve Singer
Дата:
Сообщение: Re: logical changeset generation v6.2