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

Wildcards in the names of table #18

Open
filippovdenis opened this issue May 25, 2020 · 1 comment
Open

Wildcards in the names of table #18

filippovdenis opened this issue May 25, 2020 · 1 comment

Comments

@filippovdenis
Copy link

Hello,
Thank you for the handful tool
Is there any opportunity to use wildcards like * and ? in table names?
I can use * after schema name, but cannot specify the table prefix

@mla
Copy link
Owner

mla commented Oct 4, 2021

You actually should be able to use a regex, I believe. It will be anchored at the beginning and end, and you must match both the schema and table name, but it should work.

e.g., --limit="public.foo_\d+=4"

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

2 participants