|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -1822,8 +1822,11 @@ SET ENABLE_SEQSCAN TO OFF;
|
1822 | 1822 | <listitem>
|
1823 | 1823 | <para>
|
1824 | 1824 | 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. |
1827 | 1830 | </para>
|
1828 | 1831 | </listitem>
|
1829 | 1832 | </varlistentry>
|
|