This is a discussion on use replication on a database only on selected schemes? within the pgsql Admins forums, part of the PostgreSQL category; --> hi list, does anybody know whether it is possible to replicate only selected schemes from a certain database using ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi list, does anybody know whether it is possible to replicate only selected schemes from a certain database using the slony-I replication package, while other schemes from the same database do not get replicated? i need to run a JOIN on tables where one table needs to replicated and the other table must not be replicated. i appreciate any help, thanks in advance, stefan __________________________________________________ ________________________ Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach! Mehr Infos unter http://produkte.web.de/club/?mc=021131 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| stefanzweig1881@web.de (Stefan Zweig) writes: > does anybody know whether it is possible to replicate only selected > schemes from a certain database using the slony-I replication > package, while other schemes from the same database do not get > replicated? In the Slony-I replication system, you choose which tables are replicated, so if there are tables that mustn't be replicated, you simply don't choose those ones when setting up replication. -- "cbbrowne","@","cbbrowne.com" http://cbbrowne.com/info/lisp.html Do you know where your towel is? |