> Hello, > excuse my English...I'd like to know if there is a way to replicate a > data base containing lots of tables without obligations to add all the > table one by one in a script .
Your English is fine; no problems understanding things. There is a script in /tools/ called slonik_build_env.pl which can build the scripts needed. (It assumes tables are in schema "public"; that's easily modified if that isn't a correct assumption.) Of course, that still involves, at some point, adding tables one by one in a script. But at least it helps you build that script... _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
