4

Is there a way to have SymmetricDS system tables to be put on any other schema say 'replication' other than the default "Public" schema in PostgreSQL? I don't want to mix the symmetric system tables with my tables that is present in the Public Schema.

SymmetricDS version 2.5 PostgreSQL 9.1

Johan Dahlin
  • 25,300
  • 6
  • 40
  • 55
ivanceras
  • 1,415
  • 3
  • 17
  • 28

1 Answers1

4

you can just add a user say "symmetricds" and make the replication schema as the users default search_path

ivanceras
  • 1,415
  • 3
  • 17
  • 28