I have a function which I have written to automate the execution of a group of functions for my project. I am taking a refcursor where I am storing my required data which I
Sometimes it is useful to evaluate an expression or SELECT query but
discard the result, for example when calling a function that has
side-effects but no useful result value. To do this in PL/pgSQL, use
the PERFORM statement: