Created
March 15, 2024 01:39
-
-
Save ferdousulhaque/28e4dc1f3e7a7c62bc5300f555bd7068 to your computer and use it in GitHub Desktop.
postgresql dump format
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_dump --column-inserts -U <username> --table=<table> <database> -P |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment