From ad9a99c24f7084d2511e84efbac3a807b14656f3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 5 Jul 2007 19:15:12 +0000 Subject: [PATCH] Improve description of SPI_scroll_cursor_move's return values, per a gripe by Pavel Stehule awhile ago. --- doc/src/sgml/spi.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index aaec698bcf..a875d8585b 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. -- 2.40.0