select fc_log_tab(pg_tables.tablename, false)
from pg_tables
where
    pg_tables.schemaname = 'public'