ankane/pgsync

Support regex for tables

hoangquochung1110 opened this issue · 1 comments

Hi,

Do we have plan to support regex for tables ?

Please use this script to show what you're trying to do when possible. Thanks!

pgsync '^opportunity' --debug

I got error

Table not found in source: ^opportunity (PgSync::Error)

Hi @hoangquochung1110, you can currently use wildcards for this.

pgsync "opportunity*"