Answers for "postgres export command line"

SQL
3

postgres make sql dump

pg_dump -U username dbname > dbexport.pgsql
Posted by: Guest on July-08-2020
5

how to take database dump in postgresql

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

populate db from command line postgres

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

Code answers related to "postgres export command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language