pg_sample icon indicating copy to clipboard operation
pg_sample copied to clipboard

Wildcards in the names of table

Open filippovdenis opened this issue 4 years ago • 1 comments

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

filippovdenis avatar May 25 '20 06:05 filippovdenis

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"

mla avatar Oct 04 '21 05:10 mla