1SPI_CURSOR_CLOSE(3)     PostgreSQL 9.2.24 Documentation    SPI_CURSOR_CLOSE(3)
2
3
4

NAME

6       SPI_cursor_close - close a cursor
7

SYNOPSIS

9       void SPI_cursor_close(Portal portal)
10

DESCRIPTION

12       SPI_cursor_close closes a previously created cursor and releases its
13       portal storage.
14
15       All open cursors are closed automatically at the end of a transaction.
16       SPI_cursor_close need only be invoked if it is desirable to release
17       resources sooner.
18

ARGUMENTS

20       Portal portal
21           portal containing the cursor
22
23
24
25PostgreSQL 9.2.24                 2017-11-06               SPI_CURSOR_CLOSE(3)
Impressum