1SPI_RESULT_CODE_STRING(3)PostgreSQL 13.4 DocumentationSPI_RESULT_CODE_STRING(3)
2
3
4

NAME

6       SPI_result_code_string - return error code as string
7

SYNOPSIS

9       const char * SPI_result_code_string(int code);
10

DESCRIPTION

12       SPI_result_code_string returns a string representation of the result
13       code returned by various SPI functions or stored in SPI_result.
14

ARGUMENTS

16       int code
17           result code
18

RETURN VALUE

20       A string representation of the result code.
21
22
23
24PostgreSQL 13.4                      2021            SPI_RESULT_CODE_STRING(3)
Impressum