diff options
Diffstat (limited to 'doc/src/sgml/ref/fetch.sgml')
-rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index cc49b6f0ce6..24c8c491569 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -4,6 +4,15 @@ PostgreSQL documentation --> <refentry id="SQL-FETCH"> + + <indexterm zone="sql-fetch"> + <primary>FETCH</primary> + </indexterm> + + <indexterm zone="sql-fetch"> + <primary>cursor</primary> + <secondary>FETCH</secondary> + </indexterm> <refmeta> <refentrytitle>FETCH</refentrytitle> <manvolnum>7</manvolnum> @@ -15,15 +24,6 @@ PostgreSQL documentation <refpurpose>retrieve rows from a query using a cursor</refpurpose> </refnamediv> - <indexterm zone="sql-fetch"> - <primary>FETCH</primary> - </indexterm> - - <indexterm zone="sql-fetch"> - <primary>cursor</primary> - <secondary>FETCH</secondary> - </indexterm> - <refsynopsisdiv> <!-- Note the "direction" bit is also in ref/move.sgml --> <synopsis> |