The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: not tested Documentation: tested, failed
Hello, As far as I understand, this patch adds functionality (correct me if I'm wrong) for users. Shouldn't there be any changes in doc/src/sgml/ with the description of new functionality?
It removes undocumented limit. I recheck plpgsql documentation and there are not any rows about prohibited combinations of data types.
There is line:
where command-string is an expression yielding a string (of type text) containing the command to be executed. The optional target is a record variable, a row variable, or a comma-separated list of simple variables and record/row fields, into which the results of the command will be stored. The optional USING expressions supply values to be inserted into the command.
what is correct if I understand well with this patch.
Regards
Pavel
Regards Anthony The new status of this patch is: Waiting on Author