pgsql: Add note that inlined SQL functions aren't tracked by

Started by Tom Laneover 17 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)

#2Simon Riggs
simon@2ndQuadrant.com
In reply to: Tom Lane (#1)
Re: pgsql: Add note that inlined SQL functions aren't tracked by

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Simon Riggs (#2)
Re: pgsql: Add note that inlined SQL functions aren't tracked by

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