|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.31 2008/11/14 10:22:47 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.32 2009/06/22 07:12:50 petere Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -40,7 +40,8 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r |
40 | 40 | </para> |
41 | 41 |
|
42 | 42 | <para> |
43 | | - Refer to |
| 43 | + The parameters for the <command>MOVE</command> command are identical to |
| 44 | + those of the <command>FETCH</command> command; refer to |
44 | 45 | <xref linkend="sql-fetch" endterm="sql-fetch-title"> |
45 | 46 | for details on syntax and usage. |
46 | 47 | </para> |
|