To copy values from one db to another db
pg_dump -h <SRC
_HOSTNAME> -U <user> -t table_to_copy source_db | psql -h <DST_HOSTNAME> -U <user> -d target_db
pg_dump -h <SRC
_HOSTNAME> -U <user> -t table_to_copy source_db | psql -h <DST_HOSTNAME> -U <user> -d target_db