1SPI_EXEC(3) PostgreSQL 11.3 Documentation SPI_EXEC(3)
23
4
NAME
6SPI_exec - execute a read/write command
7
SYNOPSIS
9int SPI_exec(const char * command, long count)
10
DESCRIPTION
12SPI_exec is the same as SPI_execute, with the latter's read_only
13parameter always taken as false.
14
ARGUMENTS
16const char * command
17string containing command to execute
1819
long count
20maximum number of rows to return, or 0 for no limit
21
RETURN VALUE
23See SPI_execute.
2425
26
27
PostgreSQL 11.3 2019 SPI_EXEC(3)