postgresql/src/include/parser
Bruce Momjian e529e9fa44 [ 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
2003-02-13 05:53:46 +00:00
..
analyze.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
gramparse.h pgindent run. 2002-09-04 20:31:48 +00:00
keywords.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parse_agg.h Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code 2003-01-17 03:25:04 +00:00
parse_clause.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parse_coerce.h Determine the set of constraints applied to a domain at executor 2003-02-03 21:15:45 +00:00
parse_expr.h Preliminary code review for domain CHECK constraints patch: add documentation, 2002-12-12 20:35:16 +00:00
parse_func.h pgindent run. 2002-09-04 20:31:48 +00:00
parse_node.h Preliminary code review for domain CHECK constraints patch: add documentation, 2002-12-12 20:35:16 +00:00
parse_oper.h Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
parse_relation.h pgindent run. 2002-09-04 20:31:48 +00:00
parse_target.h [ Revert patch ] 2003-02-13 05:53:46 +00:00
parse_type.h Code review for domain-constraints patch. Use a new ConstraintTest node 2002-08-31 22:10:48 +00:00
parser.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parsetree.h Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
scansup.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00