aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-06-22 07:12:50 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-06-22 07:12:50 +0000
commit18df0ffbd2e3a8f93640431f12235a6714785755 (patch)
tree7a1ac270bbf8093b6b6481c16942d032f4b7d493
parent1c8f03d4de5bca70437aaff5548a18a2d4e16a11 (diff)
downloadpostgresql-18df0ffbd2e3a8f93640431f12235a6714785755.tar.gz
postgresql-18df0ffbd2e3a8f93640431f12235a6714785755.zip
Add more explicit note that the parameters of MOVE are identical to FETCH.
per David Wheeler
-rw-r--r--doc/src/sgml/ref/move.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml
index 6357dd922fa..2e27e48364f 100644
--- a/doc/src/sgml/ref/move.sgml
+++ b/doc/src/sgml/ref/move.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.31 2008/11/14 10:22:47 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.32 2009/06/22 07:12:50 petere Exp $
PostgreSQL documentation
-->
@@ -40,7 +40,8 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r
</para>
<para>
- Refer to
+ The parameters for the <command>MOVE</command> command are identical to
+ those of the <command>FETCH</command> command; refer to
<xref linkend="sql-fetch" endterm="sql-fetch-title">
for details on syntax and usage.
</para>