Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
SPI_RESUL...DE_STRING(3)  PostgreSQL 18.6 Documentation SPI_RESUL...DE_STRING(3)

NAME
     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.

ARGUMENTS
     int code
	 result code

RETURN VALUE
     A string representation of the result code.

PostgreSQL 18.6 		      2026		SPI_RESUL...DE_STRING(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SPI_result_code_string&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help