On 06/08/2018 03:56 PM, Miguel Angel Sanchez Sandoval wrote: > I see the querys active and encounter > select fun ('./ 2yhdgrfrt63788') Would it be possible (observing appropriate precautions for a compromised server) to report here the language and definition of any function(s) named 'fun' in that database? Effectively: select lanname, prosrc, probin from pg_proc join pg_language as l on l.oid = prolang where proname = 'fun'; Regards, -Chap