Pavel Stehule <pavel.steh...@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.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to