aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/call.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/call.sgml')
-rw-r--r--doc/src/sgml/ref/call.sgml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/call.sgml b/doc/src/sgml/ref/call.sgml
index d45e3ec22e9..7418e19eeba 100644
--- a/doc/src/sgml/ref/call.sgml
+++ b/doc/src/sgml/ref/call.sgml
@@ -31,6 +31,10 @@ CALL <replaceable class="parameter">name</replaceable> ( [ <replaceable class="p
<para>
<command>CALL</command> executes a procedure.
</para>
+
+ <para>
+ If the procedure has output arguments, then a result row will be returned.
+ </para>
</refsect1>
<refsect1>