Dump PostgreSQL using pgdump or pg_dumpall
We should be able to dump whole table, schema or database using dump tool in PostgreSQL.
6
votes
We should be able to dump whole table, schema or database using dump tool in PostgreSQL.