Skip to content

Instantly share code, notes, and snippets.

@ferdousulhaque
Created March 15, 2024 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferdousulhaque/28e4dc1f3e7a7c62bc5300f555bd7068 to your computer and use it in GitHub Desktop.
Save ferdousulhaque/28e4dc1f3e7a7c62bc5300f555bd7068 to your computer and use it in GitHub Desktop.
postgresql dump format
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