SPI_exec
execute a read/write command
- Provided by: postgresql-doc-12 (Version: 12.22-0ubuntu0.20.04.4)
- Source: postgresql-12
- Report a bug
execute a read/write command
int SPI_exec(const char * command, long count)
SPI_exec is the same as SPI_execute, with the latter's read_only parameter always taken as false.
const char * command
long count
See SPI_execute.