Pushing a single table to Heroku
问题 I am aware of the heroku pg:push command which pushes an entire database up to Heroku. Now that I am launching my product, I would like to be able to push up only a specific table that contains information collected locally without overwriting existing tables (such as users). Is there a command that enables me to only push specific tables to heroku? 回答1: My suggestion is to use PostgreSQL dump/restore capabilities directly using the pg_dump and psql commands. With pg_dump you can dump a