2009/2/22 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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
>