summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ecpg.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ecpg.sgml')
-rw-r--r--doc/src/sgml/ecpg.sgml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 7266e229a4..6e3ca788f6 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -479,10 +479,9 @@ EXEC SQL COMMIT;
</para>
<para>
- For more details about declaration of the cursor,
- see <xref linkend="ecpg-sql-declare"/>, and
- see <xref linkend="sql-fetch"/> for <literal>FETCH</literal> command
- details.
+ For more details about declaring a cursor, see <xref
+ linkend="ecpg-sql-declare"/>; for more details about fetching rows from a
+ cursor, see <xref linkend="sql-fetch"/>.
</para>
<note>