Bạn có thể lấy các loại dữ liệu từ information_schema (8,4 tài liệu được tham chiếu ở đây, nhưng đây không phải là một tính năng mới):
=# 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)