Answers for "command to run to take a data dump in postgres"

SQL
5

how to take database dump in postgresql

pg_dump dbname > outfile
Posted by: Guest on May-12-2020

Code answers related to "command to run to take a data dump in postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language