From 19f1649bedaf56182f01be96d44b678af9ce3cd7 Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Thu, 22 Apr 2004 11:46:22 +0000
Subject: Put information about tag in Outputs section, where it belongs.
---
doc/src/sgml/ref/execute.sgml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/execute.sgml b/doc/src/sgml/ref/execute.sgml
index 3e18c061860..a7312adc653 100644
--- a/doc/src/sgml/ref/execute.sgml
+++ b/doc/src/sgml/ref/execute.sgml
@@ -1,5 +1,5 @@
@@ -45,8 +45,6 @@ EXECUTE plan_name [ (
- The command tag returned by EXECUTE
- is that of the prepared statement, and not EXECUTE>.
For more information on the creation and usage of prepared statements,
see .
@@ -81,8 +79,16 @@ EXECUTE plan_name [ (
- Examples>
+ Outputs
+ The command tag returned by EXECUTE
+ is that of the prepared statement, and not EXECUTE>.
+
+
+
+
+ Examples>
+
Examples are given in the section of the documentation.
--
cgit v1.2.3