Skip to content

Instantly share code, notes, and snippets.

@cmutagorama
Created January 31, 2021 11:57
Show Gist options
  • Save cmutagorama/42337ba0b5cb95ed209c46ac6e621a56 to your computer and use it in GitHub Desktop.
Save cmutagorama/42337ba0b5cb95ed209c46ac6e621a56 to your computer and use it in GitHub Desktop.
Steps of backing up/exporting database in pgAdmin
Right-click on your table and pick option Backup..
On File Options, set Filepath/Filename and pick PLAIN for Format
Ignore Dump Options #1 tab
In Dump Options #2 tab, check USE INSERT COMMANDS
In Dump Options #2 tab, check Use Column Inserts if you want column names in your inserts.
Hit Backup button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment