Answers for "pg_dump a database psql"

SQL
3

postgresql pg_dump

pg_dump -U user -d db_name -h 127.0.0.1 > dump.sql
Posted by: Guest on June-11-2020
0

pg dump to db

psql dbname < infile
Posted by: Guest on October-18-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language