From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/spi-spi-cursor-fetch.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/spi-spi-cursor-fetch.html') diff --git a/doc/src/sgml/html/spi-spi-cursor-fetch.html b/doc/src/sgml/html/spi-spi-cursor-fetch.html index f4425f1..07b8eb6 100644 --- a/doc/src/sgml/html/spi-spi-cursor-fetch.html +++ b/doc/src/sgml/html/spi-spi-cursor-fetch.html @@ -1,5 +1,5 @@ -SPI_cursor_fetch

SPI_cursor_fetch

SPI_cursor_fetch — fetch some rows from a cursor

Synopsis

+SPI_cursor_fetch

SPI_cursor_fetch

SPI_cursor_fetch — fetch some rows from a cursor

Synopsis

 void SPI_cursor_fetch(Portal portal, bool forward, long count)
 

Description

SPI_cursor_fetch fetches some rows from a @@ -19,4 +19,4 @@ void SPI_cursor_fetch(Portal portal, boo

Notes

Fetching backward may fail if the cursor's plan was not created with the CURSOR_OPT_SCROLL option. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3