May 2018
Intermediate to advanced
576 pages
30h 25m
English
The command to do this is simple. The following is an example using a database called pgbench:
pg_dump -F c pgbench > dumpfile
Or, you can use the following command:
pg_dump -F c -f dumpfile pgbench
You can also do this through pgAdmin 4, as shown in the following screenshot:
