Re: Performance problem postgresql 9.5 - Mailing list pgsql-admin

From Chapman Flack
Subject Re: Performance problem postgresql 9.5
Date
Msg-id 40bd111e-ba2a-d69d-ba29-80ee90960f7a@anastigmatix.net
Whole thread Raw
In response to Performance problem postgresql 9.5  (Miguel Angel Sanchez Sandoval <massanche@gmail.com>)
List pgsql-admin
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


pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Performance problem postgresql 9.5
Next
From: Pavan Teja
Date:
Subject: Re: pg_basebackup: could not get write-ahead log end position fromserver: ERROR