hello
I have database with 20 tables, but I want to do backup only 10 tables
pg_dump include -t option, for example:
pg_dump ... -t table1
can I do 10 tables backup only with 1 command?
Thanks for answer...
RoB
pg_dump and -t option
|