diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index aaec698bcf4..a875d8585bb 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -1,4 +1,4 @@ - + Server Programming Interface @@ -1832,9 +1832,10 @@ void SPI_scroll_cursor_move(Portal portal, FetchDirection Return Value - SPI_processed and - SPI_tuptable are set as in + SPI_processed is set as in SPI_execute if successful. + SPI_tuptable is set to NULL, since + no rows are returned by this function.