Postgres machen SQL Dump
pg_dump -U username dbname > dbexport.pgsql
Bored Bison
pg_dump -U username dbname > dbexport.pgsql
// Command Prompt // it may be needed to update the PATH on cmd
pg_dump -U username dbname > filename.pgsql
pg_dump dbname > outfile
psql databasename < data_base_dump