mkabilov / pg2ch

Data streaming from postgresql to clickhouse via logical replication mechanism
MIT License
195 stars 35 forks source link

skip new columns #10

Closed mkabilov closed 5 years ago

mkabilov commented 5 years ago

Skip columns which are added on postgresql side after initial sync. (that will involve tracking the RELATION message on logical replication protocol)