It sure would be nice if pg_reorg could support multiple --table arguments. I realize that clusterdb, vacuumdb, reindexdb, and even pg_restore do not support multiple --table arguments (pg_dump being the odd man out), but this seems more like an oversight than an intentional design, per:
http://archives.postgresql.org/pgsql-hackers/2010-08/msg00689.php
I might try to propose a TODO or patch for a few of those in-core utilities first, so that there is some precedent for us.
It sure would be nice if pg_reorg could support multiple --table arguments. I realize that clusterdb, vacuumdb, reindexdb, and even pg_restore do not support multiple --table arguments (pg_dump being the odd man out), but this seems more like an oversight than an intentional design, per:
http://archives.postgresql.org/pgsql-hackers/2010-08/msg00689.php
I might try to propose a TODO or patch for a few of those in-core utilities first, so that there is some precedent for us.