We have extend syntax of SHOW PROCEDURES to SHOW PROCEDURES [ALL].
When ALL present, this command returns new additional fields:
* fld_IsSystem
* fld_Category
* fld_ReturnType
* fld_Arguments
* fld_Comment
Also it returns additionally all system-defined functions. Column fld_IsSystem allows us to differ system from user defined.
We have made this improvement in Valentina SQL to introduce a new feature in the Valentina Studio’s SQL Editor.
To be continued …