How do I replicate a single schema in postgresql?
I want to replicate only one schema when there are multiple schemas in the database.
Too many tables to use as "for table" for postgresql logical replication..
How do I replicate a single schema in postgresql?
I want to replicate only one schema when there are multiple schemas in the database.
Too many tables to use as "for table" for postgresql logical replication..