and PL/pgSQL only prints queries on first function call.
Causes each SQL statement to be logged. The default is off.
- Only superusers can turn off this option if it is enabled by
- the administrator.
+ EXECUTE> only displays the plan name, not the
+ prepared query. Server-side languages like
+
PL/pgSQL> that store functions in a cache only
+ display their queries on first function call. superusers can
+ turn off this option if it is enabled by the administrator.