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 -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general