Можете да получите типове данни от information_schema (документи 8.4, посочени тук, но това не е нова функция):
=# select column_name, data_type from information_schema.columns
-# where table_name = 'config';
column_name | data_type
--------------------+-----------
id | integer
default_printer_id | integer
master_host_enable | boolean
(3 rows)