diff options
Diffstat (limited to 'doc/src/sgml/ref/fetch.sgml')
-rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index e802be61c8c..ec843f56844 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -335,9 +335,9 @@ FETCH <replaceable class="parameter">count</replaceable> </para> <para> - <xref linkend="sql-declare"/> + <link linkend="sql-declare"><command>DECLARE</command></link> is used to define a cursor. Use - <xref linkend="sql-move"/> + <link linkend="sql-move"><command>MOVE</command></link> to change cursor position without retrieving data. </para> </refsect1> |