SymmetricDS system tables in a different layout than the public one

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

+3
source share
1 answer

you can simply add the user to say “symmetric” and make the replication scheme as the user's default search path

+3
source

All Articles