Created
April 9, 2021 05:34
-
-
Save erikgall/89f4a3b6b088148a5f82b575aded9375 to your computer and use it in GitHub Desktop.
Restore a single table's data from a PostgreSQL dump file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pg_restore -t {table_name} -d {database_name} --data-only -e -v path/to/dump/file.dump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment