The
PL/pgSQL> call handler parses the function's source text and
produces an internal binary instruction tree the first time the
- function is called. The instruction tree fully translates the
+ function is called (within any one backend process). The instruction tree
+ fully translates the
PL/pgSQL> statement structure, but individual
SQL expressions and
SQL queries
used in the function are not translated immediately.