This complements https://github.com/FirebirdSQL/firebird/issues/6815 to allow non-singleton `RETURNING` in PSQL. It should support statements: * `INSERT ... SELECT ...` * Searched `UPDATE` * Searched `DELETE` * `MERGE` * `UPDATE OR INSERT`