Re: macro/inline table valued functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: macro/inline table valued functions
Дата
Msg-id 13503.1285119247@sss.pgh.pa.us
обсуждение исходный текст
Ответ на macro/inline table valued functions  (Bret Green <bret.green@yahoo.com>)
Список pgsql-general
Bret Green <bret.green@yahoo.com> writes:
> Is there anything like a macro or an inline table valued function in postgres?

Recent versions can inline SQL-language functions, if they consist of
a simple SELECT and meet a few other constraints.  I think the main
nonobvious constraint is they should be marked STABLE and not STRICT.

            regards, tom lane

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