projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83aaebb
)
Improve description of SPI_scroll_cursor_move's return values, per a
author
Tom Lane
Thu, 5 Jul 2007 19:15:12 +0000
(19:15 +0000)
committer
Tom Lane
Thu, 5 Jul 2007 19:15:12 +0000
(19:15 +0000)
gripe by Pavel Stehule awhile ago.
doc/src/sgml/spi.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/spi.sgml
b/doc/src/sgml/spi.sgml
index aaec698bcf4407efc88b298f210c94d768c1dc10..a875d8585bbb8fe9e03edfc6a8d27c70f6d6ba5f 100644
(file)
--- 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.