]> begriffs open source - ai-pg/blob - full-docs/txt/spi-spi-cursor-close.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / spi-spi-cursor-close.txt
1
2 SPI_cursor_close
3
4    SPI_cursor_close — close a cursor
5
6 Synopsis
7
8 void SPI_cursor_close(Portal portal)
9
10 Description
11
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
19 Arguments
20
21    Portal portal
22           portal containing the cursor