Re: some broken on pg_stat_user_functions
| От | Martin Pihlak |
|---|---|
| Тема | Re: some broken on pg_stat_user_functions |
| Дата | |
| Msg-id | 49A19820.6010509@gmail.com обсуждение исходный текст |
| Ответ на | Re: some broken on pg_stat_user_functions (Pavel Stehule <pavel.stehule@gmail.com>) |
| Ответы |
Re: some broken on pg_stat_user_functions
Re: some broken on pg_stat_user_functions |
| Список | pgsql-hackers |
Pavel Stehule wrote:
> then documentation is probably little bit wrong (needs some additional
> comment) . This text specifies using option 'all' for sql functions.
>
Attached documentation patch attempts to clarify this.
regards,
Martin
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 5cc395e..b7c34c3 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -3363,7 +3363,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
Enables tracking of function call counts and time used. Specify
<literal>pl</literal> to count only procedural language functions,
<literal>all</literal> to also track SQL and C language functions.
- The default is <literal>none</literal>.
+ The default is <literal>none</literal>. Note that inlined SQL
+ functions are not tracked, regardless of the parameter value.
Only superusers can change this setting.
</para>
</listitem>
В списке pgsql-hackers по дате отправления: