Commit 4f2cfc5b authored by Bruce Momjian's avatar Bruce Momjian

Typo fix

Erik Rijkers
parent 4eb49db7
...@@ -555,7 +555,7 @@ EXEC SQL EXECUTE stmt1 INTO :dboid, :dbname USING 1; ...@@ -555,7 +555,7 @@ EXEC SQL EXECUTE stmt1 INTO :dboid, :dbname USING 1;
</para> </para>
<para> <para>
If a statement return multiple rows, the application can use a If a statement returns multiple rows, the application can use a
cursor declared based on the prepared statement. To bind input cursor declared based on the prepared statement. To bind input
parameters, the cursor must be opened with parameters, the cursor must be opened with
a <literal>USING</literal> clause: a <literal>USING</literal> clause:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment