Pavel Stehule <[email protected]> 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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to