Subject Re: RFC: Please unify stored procedure
Author Roman Rokytskyy
> If we deal with the extended EXECUTE or with new CALL statement, then
> my proposal fits your needs.

True.

BTW, how this feature works now? Does it return
isc_info_sql_stmt_select for SELECT * FROM sp() and
isc_info_sql_stmt_exec_procedure for EXECUTE PROCEDURE call or is
there some specifics there?

Roman