]> granicus.if.org Git - postgresql/commitdiff
Improve description of SPI_scroll_cursor_move's return values, per a
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jul 2007 19:15:12 +0000 (19:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jul 2007 19:15:12 +0000 (19:15 +0000)
gripe by Pavel Stehule awhile ago.

doc/src/sgml/spi.sgml

index aaec698bcf4407efc88b298f210c94d768c1dc10..a875d8585bbb8fe9e03edfc6a8d27c70f6d6ba5f 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.57 2007/05/03 15:05:56 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.58 2007/07/05 19:15:12 tgl Exp $ -->
 
 <chapter id="spi">
  <title>Server Programming Interface</title>
@@ -1832,9 +1832,10 @@ void SPI_scroll_cursor_move(Portal <parameter>portal</parameter>, FetchDirection
   <title>Return Value</title>
 
   <para>
-   <varname>SPI_processed</varname> and
-   <varname>SPI_tuptable</varname> are set as in
+   <varname>SPI_processed</varname> is set as in
    <function>SPI_execute</function> if successful.
+   <varname>SPI_tuptable</varname> is set to <symbol>NULL</>, since
+   no rows are returned by this function.
   </para>
  </refsect1>