Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple --table arguments #18

Open
schmiddy opened this issue Oct 28, 2012 · 0 comments
Open

Support multiple --table arguments #18

schmiddy opened this issue Oct 28, 2012 · 0 comments

Comments

@schmiddy
Copy link
Member

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.

schmiddy added a commit that referenced this issue Nov 7, 2012
Per Issue #18. SimpleStringList code borrowed from pg_dump and a
pending patch to add similar functionality to pg_restore,
clusterdb, vacuumdb, and reindexdb.

The error handling in reorg_one_table() could still be much improved,
so that an error processing a single table doesn't cause pg_reorg to
necessarily bail out and skip further tables, but I'll leave that for
another day.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant