1SPI_CURSOR_FIND(3) PostgreSQL 9.2.24 Documentation SPI_CURSOR_FIND(3)
2
3
4
6 SPI_cursor_find - find an existing cursor by name
7
9 Portal SPI_cursor_find(const char * name)
10
12 SPI_cursor_find finds an existing portal by name. This is primarily
13 useful to resolve a cursor name returned as text by some other
14 function.
15
17 const char * name
18 name of the portal
19
21 pointer to the portal with the specified name, or NULL if none was
22 found
23
24
25
26PostgreSQL 9.2.24 2017-11-06 SPI_CURSOR_FIND(3)