Answers for "what all files can we export a postgres database to"

SQL
0

postgresql export database

// Command Prompt // it may be needed to update the PATH on cmd
pg_dump -U username dbname > filename.pgsql
Posted by: Guest on February-19-2021

Code answers related to "what all files can we export a postgres database to"

Code answers related to "SQL"

Browse Popular Code Answers by Language