pg_sample
pg_sample copied to clipboard
Wildcards in the names of table
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
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"