Answers for "how to dump postgresql dumps file to a db"

SQL
3

postgres make sql dump

pg_dump -U username dbname > dbexport.pgsql
Posted by: Guest on July-08-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