File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.232 2004/01/23 23:54:20 tgl Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.233 2004/01/25 00:36:18 momjian Exp $
33-->
44
55<Chapter Id="runtime">
@@ -1822,8 +1822,11 @@ SET ENABLE_SEQSCAN TO OFF;
18221822 <listitem>
18231823 <para>
18241824 Causes each SQL statement to be logged. The default is off.
1825- Only superusers can turn off this option if it is enabled by
1826- the administrator.
1825+ <command>EXECUTE</> only displays the plan name, not the
1826+ prepared query. Server-side languages like
1827+ <application>PL/pgSQL</> that store functions in a cache only
1828+ display their queries on first function call. superusers can
1829+ turn off this option if it is enabled by the administrator.
18271830 </para>
18281831 </listitem>
18291832 </varlistentry>
You can’t perform that action at this time.
0 commit comments