jackc / pglogrepl

PostgreSQL logical replication library for Go.
MIT License
330 stars 62 forks source link

can't capture the non-public schema tables #34

Closed zhanghaiyang9999 closed 2 years ago

zhanghaiyang9999 commented 2 years ago

if the tables of public schema changes will be captured, but it the table is in user-defined schema, they will not be captured.