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

Reply via email to