SPI_getvalue
Description
SPI_getvalue returns the string representation of the value of the specified column.
The result is returned in memory allocated usingpalloc. (You can usepfree to release the memory when you don't need it anymore.)
Arguments
- HeapTuplerow
input row to be examined
- TupleDescrowdesc
input row description
- intcolnumber
column number (count starts at 1)