On Fri, Jul 22, 2011 at 11:44 AM, marmu <[email protected]> wrote: > > Hello Christopher, > > thanks a lot for replying. Of course this is a configuration issue and the > user (me) is the source of all evil. But I am really new to slony and > therefore I am asking a lot. > > One thing that bothers me is that the old server I am trying to "copy" runs > slony and everything works as expected. But I can't find any of the > mentioned tables there, like "history" or "pgbench_history" etc.
Slony doesn't need those tables. This is a tutorial on how to setup slony replication on a pgbench schema. You don't need pgbench for slony to work. It can work on any tables. the prurpose of pgbench is to give you something to replicate that is somewhat well defined to write a tutorial around. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
