Chris wrote:
Hi all,
I have a few plpgsql functions to debug to see why they are slow.
They consist of a bunch of sql statements using new.* / old.*
variables (ie not using "EXECUTE", the sql is being called directly).
Is there a way to capture the actual sql that's being executed with
vari
Hi all,
I have a few plpgsql functions to debug to see why they are slow.
They consist of a bunch of sql statements using new.* / old.* variables
(ie not using "EXECUTE", the sql is being called directly).
Is there a way to capture the actual sql that's being executed with
variables substitu