Generating history triggers 

SELECT column_name
FROM information_schema.columns
WHERE table_schema = 'public'
AND table_name = 'person_hst'
ORDER BY ordinal_position;
   column_name
-----------------
 person_hst_id
 person_id
 name
 date_of_birth
 address
 audit_id
 effective_from
 effective_until
 removed