mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Typo fix
Erik Rijkers
This commit is contained in:
parent
4eb49db7ae
commit
4f2cfc5bb4
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user