Answers for "restore postgresql from .sql"

SQL
3

postgresql restore from dump

psql -U postgres -h localhost -p 5432 -f data_dump.sql
Posted by: Guest on May-01-2020
0

populate db from command line postgres

i 'path/to/file.sql'
Posted by: Guest on August-03-2020

Code answers related to "restore postgresql from .sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language