Re: LATERAL synopsis

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LATERAL synopsis
Дата
Msg-id 21287.1351356283@sss.pgh.pa.us
обсуждение исходный текст
Ответ на LATERAL synopsis  ("Erik Rijkers" <er@xs4all.nl>)
Ответы Re: LATERAL synopsis (patch to wrap long line)  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-docs
"Erik Rijkers" <er@xs4all.nl> writes:
> [ LATERAL ] function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )

> But what does 'column_definition' stand for?  (These are the only occurrences of
> 'column_definition' in the manual.)

This is the syntax for specifying what columns a
function-returning-RECORD is actually going to return.  I'm too lazy to
chase down the reference and see whether it's really inconsistent or
not --- but that line was like that before I added [ LATERAL ] to it ...

            regards, tom lane


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

Предыдущее
От: "Erik Rijkers"
Дата:
Сообщение: LATERAL synopsis
Следующее
От: "Erik Rijkers"
Дата:
Сообщение: Re: LATERAL synopsis (patch to wrap long line)