Re: Performance problem postgresql 9.5

Поиск
Список
Период
Сортировка
От Chapman Flack
Тема Re: Performance problem postgresql 9.5
Дата
Msg-id 40bd111e-ba2a-d69d-ba29-80ee90960f7a@anastigmatix.net
обсуждение исходный текст
Ответ на Performance problem postgresql 9.5  (Miguel Angel Sanchez Sandoval <massanche@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Performance problem postgresql 9.5
Следующее
От: Pavan Teja
Дата:
Сообщение: Re: pg_basebackup: could not get write-ahead log end position fromserver: ERROR