Обсуждение: pgsql: Add note that inlined SQL functions aren't tracked by
Log Message:
-----------
Add note that inlined SQL functions aren't tracked by track_functions.
Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.208 -> r1.209)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.208&r2=1.209)
On Sun, 2009-02-22 at 23:50 +0000, Tom Lane wrote: > Log Message: > ----------- > Add note that inlined SQL functions aren't tracked by track_functions. How will users tell which functions they are? -- Simon Riggs www.2ndQuadrant.com PostgreSQL Training, Services and Support
Simon Riggs <simon@2ndQuadrant.com> writes:
> On Sun, 2009-02-22 at 23:50 +0000, Tom Lane wrote:
>> Log Message:
>> -----------
>> Add note that inlined SQL functions aren't tracked by track_functions.
> How will users tell which functions they are?
They're the ones that don't get tracked ;-)
The wording of the note does give a hint that they have to be "simple".
I thought about going into more detail but decided that that wouldn't be
appropriate in a marginal note --- the full rules would take paragraphs
to explain, and tend to change from release to release anyway. I think
setting expectations is sufficient here.
regards, tom lane