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

Feature Suggestion: Use regex matching for config #4

Open
agamdua opened this issue Sep 25, 2016 · 0 comments
Open

Feature Suggestion: Use regex matching for config #4

agamdua opened this issue Sep 25, 2016 · 0 comments

Comments

@agamdua
Copy link

agamdua commented Sep 25, 2016

I noticed that there is an enhancement to the _shouldExclude en route in #3. Specifically, this line.

Would you be open to using something like https://golang.org/pkg/regexp/#Match? I am not completely familiar with Go though; please feel free to advise using a different mechanism.

Specifically, my current use case is to ignore template tables and at the moment I am doing it like:

  "pg_exclude_dbs": ["template0", "template1"],
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