Is there a way for SymmetricDS system tables to be placed on some other schema, say "replication", different from the standard "public" schema in PostgreSQL? I do not want to mix symmetric system tables with my tables, which are present in the public schema.
SymmetricDS Version 2.5 PostgreSQL 9.1
source
share