1SPI_EXEC(3)              PostgreSQL 12.2 Documentation             SPI_EXEC(3)
2
3
4

NAME

6       SPI_exec - execute a read/write command
7

SYNOPSIS

9       int SPI_exec(const char * command, long count)
10

DESCRIPTION

12       SPI_exec is the same as SPI_execute, with the latter's read_only
13       parameter always taken as false.
14

ARGUMENTS

16       const char * command
17           string containing command to execute
18
19       long count
20           maximum number of rows to return, or 0 for no limit
21

RETURN VALUE

23       See SPI_execute.
24
25
26
27PostgreSQL 12.2                      2020                          SPI_EXEC(3)
Impressum