I am using pgAdmin to load the backup into memory, but it is very slow due to the size of the backup. Also I have to use PostgreSQL server to restore data.
I have lots of ~10GB compressed backups and they require to restore ~7h each, then I use an sql query to export all data from one table as a CSV.
How can I export the data from the dump file as a csv?