Re: some broken on pg_stat_user_functions - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: some broken on pg_stat_user_functions
Date
Msg-id 162867790902220743p3d0c575nbb9913787539bc9f@mail.gmail.com
Whole thread Raw
In response to Re: some broken on pg_stat_user_functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: some broken on pg_stat_user_functions
List pgsql-hackers
2009/2/22 Tom Lane <tgl@sss.pgh.pa.us>:
> Pavel Stehule <pavel.stehule@gmail.com> writes:
>> postgres=# create or replace function test1(i integer) returns int as
>> $$ select $1; $$ language sql;
>
> This function will get inlined, so there's no separate entity to track
> the execution of.
>

then documentation is probably little bit wrong (needs some additional
comment) . This text specifies using option 'all' for sql functions.

regards
Pavel Stehule

>                        regards, tom lane
>


pgsql-hackers by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: regression test crashes at tsearch
Next
From: Hans-Jürgen Schönig
Date:
Subject: Re: Hadoop backend?