Generating history triggers
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' AND table_name like '%\_hst';
table_name ------------ person_hst
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' AND table_name like '%\_hst';
table_name ------------ person_hst