pg_dump --dbname=my_db_name --host=my_host_ip_addr --username=my_username --no-password --data-only --exclude-table-data=my_history_tables
--inserts --column-inserts --disable-dollar-quoting --file=data_only_insert_sql.backup
pg_dump --dbname=my_db_name --host=my_host_ip_addr --username=my_username --no-password --data-only --exclude-table-data=my_history_tables
--inserts --column-inserts --disable-dollar-quoting --file=data_only_insert_sql.backup