Re: Fwd: Functions not visible in pg_stat_user_functions view

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Fwd: Functions not visible in pg_stat_user_functions view
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B057AD4AC@ntex2010a.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Fwd: Functions not visible in pg_stat_user_functions view  (Bartosz Dmytrak <bdmytrak@gmail.com>)
Ответы Re: Fwd: Functions not visible in pg_stat_user_functions view
Список pgsql-general
Bartosz Dmytrak wrote:
> and this is strange for me.
> I have few DBs with the same function (copy -> paste), in one DB they are tracked (visible in
> pg_stat_user_functions) in other not. In DB where some functions are not tracked, others are visible -
> no issue. I cannot find any logical connection between function structure and visibility in
> pg_stat_user_functions.

If you look at the definition of pg_stat_user_functions,
you'll notice that it shows only functions for which
pg_stat_get_function_calls(oid) IS NOT NULL.

The most likely explanation for what you observe is that
the functions have never been called since track_functions
has been set to "all".

You can see if that is indeed the reason by calling one
of your "invisible" functions and see if it becomes
visible afterwards.

Yours,
Laurenz Albe

В списке pgsql-general по дате отправления:

Предыдущее
От: Tim Uckun
Дата:
Сообщение: Re: Dropping default privileges.
Следующее
От: Bartosz Dmytrak
Дата:
Сообщение: Re: Fwd: Functions not visible in pg_stat_user_functions view