Re: postgres backup question

2019-11-19 Thread Adrian Klaver
On 11/19/19 4:06 PM, Julie Nishimura wrote: Hello, What is the best way to dump/restore the entire database except couple of largest tables, what is the best way to do it on PostgreSQL 9.4.1 on x86_64-unknown-linux-gnu? https://www.postgresql.org/docs/11/app-pgdump.html -T table --exclude-ta

postgres backup question

2019-11-19 Thread Julie Nishimura
Hello, What is the best way to dump/restore the entire database except couple of largest tables, what is the best way to do it on PostgreSQL 9.4.1 on x86_64-unknown-linux-gnu? Thank you