Pirun Seng

Ruby on Rails Developer

Dump Postgres Data From Specific Table

If you’re in a hurry to make your code work as expected, and you don’t prefer to read the document much, we have something in common. And this article is right for you.

If we haven’t read the note of the document as the screenshot above, then we missed something. And what we missed is the prefix schema name on our table name. So, instead of -n schema_name -t table_name, we should use this -t schema_name.table_name.

Happy coding!