Postgresql 中文操作指南
Description
SPI_cursor_move 跳过游标中的一些行数。这相当于 SQL 命令 MOVE 的一个子集(请参阅 SPI_scroll_cursor_move 了解更多功能)。
SPI_cursor_move skips over some number of rows in a cursor. This is equivalent to a subset of the SQL command MOVE (see SPI_scroll_cursor_move for more functionality).