Subject Re: RFC: Please unify stored procedure execution
Author Roman Rokytskyy
> message I've replied has not proposal. there was request to unify
> SP call.

It is called RFC - request for comments. And it contains "Problem
definition" and "Proposal".

> There is only one call type of stored procedures. EXECUTE PROCEDURE.

Perfect. Then we have a bug. If EXECUTE PROCEDURE is used for stored
procedures that return more then one row using SUSPEND statement, only
first row is returned. Should I fill the bug report?

Roman