summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/move.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-09-12 00:12:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-09-12 00:12:47 +0000
commite90b841915b5ea295af4c3863ddcf834c85a82f6 (patch)
tree73ee943f0867fa351e5b474f38b17ed8ae904053 /doc/src/sgml/ref/move.sgml
parentfbb39c059e8214865efdc4d0a5ce775248151208 (diff)
downloadpostgresql-e90b841915b5ea295af4c3863ddcf834c85a82f6.tar.gz
More cleanup of Diagnostics sections.
Diffstat (limited to 'doc/src/sgml/ref/move.sgml')
-rw-r--r--doc/src/sgml/ref/move.sgml14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml
index 471e052979..c13cdc9ead 100644
--- a/doc/src/sgml/ref/move.sgml
+++ b/doc/src/sgml/ref/move.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/move.sgml,v 1.23 2003/08/31 17:32:23 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/move.sgml,v 1.24 2003/09/12 00:12:47 tgl Exp $
PostgreSQL documentation
-->
@@ -41,12 +41,16 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r
</refsect1>
<refsect1>
- <title>Diagnostics</title>
+ <title>Outputs</title>
<para>
- The count returned in <command>MOVE</command>'s status string is
- the count of the number of rows that would have been returned by
- the equivalent <command>FETCH</command> command.
+ On successful completion, a <command>MOVE</> command returns a command
+ tag of the form
+<screen>
+MOVE <replaceable class="parameter">count</replaceable>
+</screen>
+ The <replaceable class="parameter">count</replaceable> is the number
+ of rows moved over (possibly zero).
</para>
</refsect1>