What's the problem (or question)?
I think a nice feature to have is to skip a table from a dump. Just for reference, I'm dumping a database with almost 600 tables but I only want to skip 1 or 2 which makes it a PITA to user --tables :(
Do you have an idea for a solution?
Implement a new parameter that has the same behaviour as -X but for tables itself
How can we reproduce the issue?
- Get a big database to dump
- try to dump all except just one table
What's the problem (or question)?
I think a nice feature to have is to skip a table from a dump. Just for reference, I'm dumping a database with almost 600 tables but I only want to skip 1 or 2 which makes it a PITA to user --tables :(
Do you have an idea for a solution?
Implement a new parameter that has the same behaviour as -X but for tables itself
How can we reproduce the issue?