*** pgsql/doc/src/sgml/config.sgml 2009/02/15 18:28:48 1.208 --- pgsql/doc/src/sgml/config.sgml 2009/02/22 23:50:30 1.209 *************** *** 1,4 **** ! Server Configuration --- 1,4 ---- ! Server Configuration *************** COPY postgres_log FROM '/full/path/to/lo *** 3361,3371 **** Enables tracking of function call counts and time used. Specify ! pl to count only procedural language functions, all to also track SQL and C language functions. ! The default is none. ! Only superusers can change this setting. --- 3361,3379 ---- Enables tracking of function call counts and time used. Specify ! pl to track only procedural-language functions, all to also track SQL and C language functions. ! The default is none, which disables function ! statistics tracking. Only superusers can change this setting. + + + + SQL-language functions that are simple enough to be inlined + into the calling query will not be tracked, regardless of this + setting. + +