On Tuesday 20 November 2007 08:18:28 Cyril SCETBON wrote: > Hi, > > > Is it possible to force slony to create his objects in a specified > tablespace ?
just use alter after the fact to move the objects to the other table space... IE: ALTER TABLE _cluster.sl_log_1 SET TABLESPACE TO slony; ALTER ............ > > I would like to use a specified tablespace for my database and another > one for slony's objects. > > > thanks. > > _______________________________________________ > Slony1-general mailing list > [email protected] > http://lists.slony.info/mailman/listinfo/slony1-general -- Darcy Buskermolen Command Prompt, Inc. +1.503.667.4564 X 102 http://www.commandprompt.com/ PostgreSQL solutions since 1997 _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
