Miguel <[EMAIL PROTECTED]> writes: > hi, is there a problem that the database being replicated (master and > slave) are on tablespace diferent from postgres' default? > i want to start using tablespaces with a new database and wonder if that > would cause a problem to slony
I'd be inclined to test it before deploying it, but this shouldn't have any effect on Slony-I behaviour. Tablespaces are all about where the data is physically stored... - on an origin, that won't affect the logtrigger functions, which determine how Slony-I captures data; - on a subscriber, Slony-I uses COPY (at subscribe time), and INSERT/DELETE/UPDATE (ongoing activity), none of which care about tablespaces. I'd be *very* surprised if use of tablespaces caused any problems. -- let name="cbbrowne" and tld="ca.afilias.info" in name ^ "@" ^ tld;; <http://dba2.int.libertyrms.com/> Christopher Browne (416) 673-4124 (land) _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
