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.