I'm just thinking about a potential way to organise data for a project idea. If for example I had multiple Postgres instances and want to only replicate the public
schema across all of them but not the other schemas, would this theoretically be possible with the latest version of Postgres?
To be honest the nature of the data in public
would mean writing some separate code to synchronise them would not be all that hard, so this is more of an academic question but I am interested to know if it can be done.