]> granicus.if.org Git - postgresql/commit
[ Revert patch ]
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Feb 2003 05:53:46 +0000 (05:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Feb 2003 05:53:46 +0000 (05:53 +0000)
commite529e9fa4449d77127639b073aa2eed386e367b3
treecd8f77cf05cb1a9eb775ee23f046efab9ce70bc9
parent29e57ce303571991bee5ab86f23ab749d701ecc9
[ Revert patch ]

> =================================================================
> User interface proposal for multi-row function targetlist entries
> =================================================================
> 1. Only one targetlist entry may return a set.
> 2. Each targetlist item (other than the set returning one) is
>    repeated for each item in the returned set.
>

Having gotten no objections (actually, no response at all), I can only
assume no one had heartburn with this change. The attached patch covers
the first of the two proposals, i.e. restricting the target list to only
one set returning function.

Joe Conway
src/backend/parser/parse_clause.c
src/backend/parser/parse_target.c
src/include/parser/parse_target.h