Say I run a function: select somefunction() and I wanna know what statement it is performing at the moment
select * from t does not help because it shows the 'select somefunction()' line and not the exact statement.
Is there a way to see what's up?
Thanks, h
SELECT * FROM t? Eh? Do you meanselect * from pg_stat_activity?