Dependency list
The function spl_show_dependency_tb
shows all the functions, operators, and relations used inside a processed function. For example:
SELECT * FROM spl_show_dependency_tb('testfunc(int,float)');
Output
The function spl_show_dependency_tb
shows all the functions, operators, and relations used inside a processed function. For example:
SELECT * FROM spl_show_dependency_tb('testfunc(int,float)');