Subject Re: [Firebird-Architect] RFC: Please unify stored procedure
Author Ivan Prenosil
From: "Jim Starkey" <jas@...>
> A modest proposal: We add a new field RDB$PROCEDURE_TYPE. A type 0
> procedure is unknown (for backwards compatibility). A type 1 procedure
> is a pseudo-table. A type 3 procedure is one that return discrete
> values rather than a record set. The procedure compiler sets
> RDB$PROCEDURE_TYPE to 1 if it sees a suspect, otherwise it sets it to 2.

Sound reasonable. Shouldn't it be
0 - unknown
1 - selectable
2 - executable
3 - selectable + executable

Ivan