Skip to content
Snippets Groups Projects
Commit 4f2cfc5b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Typo fix

Erik Rijkers
parent 4eb49db7
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment