1SPI_RESULT_CODE_STRING(3)PostgreSQL 11.6 DocumentationSPI_RESULT_CODE_STRING(3)
23
4
NAME
6SPI_result_code_string - return error code as string
7
SYNOPSIS
9const char * SPI_result_code_string(int code);
10
DESCRIPTION
12SPI_result_code_string returns a string representation of the result
13code returned by various SPI functions or stored in SPI_result.
14
ARGUMENTS
16int code
17result code
18
RETURN VALUE
20A string representation of the result code.
2122
23
24
PostgreSQL 11.6 2019 SPI_RESULT_CODE_STRING(3)