Сопоставление типов

https://postgrespro.ru/docs/postgrespro/16/ecpg-variables#ECPG-VARIABLES-TYPE-MAPPING

Тип данных Postgres Pro Тип переменной среды С
smallintshort
integerint
bigintlong long int
decimaldecimal[a]
numericnumeric[a]
realfloat
double precisiondouble
smallserialshort
serialint
bigseriallong long int
oidunsigned int
character(n), varchar(n), textchar[n+1], VARCHAR[n+1]
namechar[NAMEDATALEN]
timestamptimestamp[a]
intervalinterval[a]
datedate[a]
booleanbool[b]
byteachar *, bytea[n]