for a given table how can i find all functions that uses ANY fields from that table? say i have student table with (studentid, studentname)
i want a list of all functions and triggers that uses studentid and studentname from student.
my question is similar to List stored functions that reference a table in PostgreSQL but the code given there isn't working... n.nspname
which is given in the condition there is related to Schema not to table.