summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/execute.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-22 04:18:41 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-22 04:18:41 +0000
commite3391133ae15c200ef32e5dd512db9d21a7393b3 (patch)
treefb5086dccccabefef7dc1c421f99118d2810be0d /doc/src/sgml/ref/execute.sgml
parentb00d50d3657bcf089d5f4e358d8618d9898cb827 (diff)
Update EXECUTE docs to mention tag matches prepared statement.
Update log_statement to more clearly state it doesn't filter based on the statement type of the prepared statement.
Diffstat (limited to 'doc/src/sgml/ref/execute.sgml')
-rw-r--r--doc/src/sgml/ref/execute.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/execute.sgml b/doc/src/sgml/ref/execute.sgml
index 83c9fa91aac..3e18c061860 100644
--- a/doc/src/sgml/ref/execute.sgml
+++ b/doc/src/sgml/ref/execute.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.8 2004/01/26 17:26:30 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.9 2004/04/22 04:18:41 momjian Exp $
PostgreSQL documentation
-->
@@ -45,6 +45,8 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
</para>
<para>
+ The command tag returned by <command>EXECUTE</command>
+ is that of the prepared statement, and not <literal>EXECUTE</>.
For more information on the creation and usage of prepared statements,
see <xref linkend="sql-prepare" endterm="sql-prepare-title">.
</para>