| From: | Bartosz Dmytrak <bdmytrak(at)gmail(dot)com> |
|---|---|
| To: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
| Cc: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Fwd: Functions not visible in pg_stat_user_functions view |
| Date: | 2013-01-30 08:57:54 |
| Message-ID: | CAD8_UcYuMZATiG+CybTsBnb8fojcKQKQdwN-+o9hu3aVUYZv8g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
2013/1/30 Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
> 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.
>
>
thanks a lot :)
works as described.
I think it is good idea to extend description in doc (
http://www.postgresql.org/docs/9.2/static/monitoring-stats.html#PG-STAT-USER-FUNCTIONS-VIEW)
to cover this case.
again: thank You very much for help.
Regards,
Bartek
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Worden | 2013-01-30 08:58:27 | naming of wal-archives |
| Previous Message | Albe Laurenz | 2013-01-30 08:35:48 | Re: Fwd: Functions not visible in pg_stat_user_functions view |