1SPI_CURSOR_FIND(3)       PostgreSQL 14.3 Documentation      SPI_CURSOR_FIND(3)
2
3
4

NAME

6       SPI_cursor_find - find an existing cursor by name
7

SYNOPSIS

9       Portal SPI_cursor_find(const char * name)
10

DESCRIPTION

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

ARGUMENTS

17       const char * name
18           name of the portal
19

RETURN VALUE

21       pointer to the portal with the specified name, or NULL if none was
22       found
23
24
25
26PostgreSQL 14.3                      2022                   SPI_CURSOR_FIND(3)
Impressum