Re: Digging gram.y

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Digging gram.y
Дата
Msg-id 8240.1159980055@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Digging gram.y  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: Digging gram.y  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Teodor Sigaev <teodor@sigaev.ru> writes:
> May I eliminate SETOF from Typename and leave it 
> only for RETURNS?

Why do you want to?

I think the reason it's in Typename is the assumption that in future
we would try to extend the applicability of SETOF, not restrict it.
For instance I can see reasons for wanting SETOF on a function's input
parameter (to pass it a whole table or select result in one call).
        regards, tom lane


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

Предыдущее
От: "Strong, David"
Дата:
Сообщение: Another aspect of set_ps_display ()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] qsort_arg needed for msvc build