Re: updated patch for foreach stmt

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: updated patch for foreach stmt
Дата
Msg-id 20110208215255.GT4116@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: updated patch for foreach stmt  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote:
> I think the syntax Tom suggested before was FOREACH thingy IN ARRAY
> arr rather than just FOREACH thingy IN arr.  That's probably a good
> idea, because it gives us an escape hatch against needing to invent
> yet another variant of this syntax - the word immediately following IN
> can be known with confidence to be intended as a keyword rather than
> as part of the expression.

Alright, so, for lack of anything better to do, I went ahead and marked
it Ready for Committer.  If that was wrong or someone wants to do
another review, etc, let me know..
Thanks,
    Stephen

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Extensions support for pg_dump, patch v27
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Extensions versus pg_upgrade