VARvarname ISctype
TheVAR command assigns a new C data type to a host variable. The host variable must be previously declared in a declare section.
A C variable name.
A C type specification.
Exec sql begin declare section;short a;exec sql end declare section;EXEC SQL VAR a IS int;
TheVAR command is a PostgreSQL extension.
Соглашаюсь с условиями обработки персональных данных