SPI_gettypeid — return the data typeOID of the specified column
Oid SPI_gettypeid(TupleDescrowdesc, intcolnumber)
rowdesc
colnumber
SPI_gettypeid returns theOID of the data type of the specified column.
SPI_gettypeid
TupleDescrowdesc
input row description
intcolnumber
column number (count starts at 1)
TheOID of the data type of the specified column orInvalidOid on error. On error,SPI_result is set toSPI_ERROR_NOATTRIBUTE.
InvalidOid
SPI_result
SPI_ERROR_NOATTRIBUTE
Соглашаюсь с условиями обработки персональных данных