Unsupported versions:
12
/
11
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
SPI_result_code_string |
Prev |
Up |
47.2. Interface Support Functions |
Home |
Next |
SPI_result_code_string
SPI_result_code_string — return error code as string
Synopsis
const char * SPI_result_code_string(int code
);
Description
SPI_result_code_string
returns a string representation of the result code returned by various SPI functions or stored in SPI_result
.
Return Value
A string representation of the result code.