Re: [DOCS] LATERAL synopsis (patch to wrap long line)

2012-10-27 Thread Erik Rijkers
On Sat, October 27, 2012 18:44, Tom Lane wrote: > "Erik Rijkers" 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.) > > T

Re: [DOCS] LATERAL synopsis

2012-10-27 Thread Tom Lane
"Erik Rijkers" 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-re