On Wed, Dec 2, 2009 at 7:51 AM, P <[email protected]> wrote:
> Is it safe to send data changes via Slonik or is it wiser to make such
> changes via traditional API's to the master?
>

Any insert/update/delete you just do like normal, and slony
automatically replicates it for you.  that is the whole reason it
exists.

If you are doing schema changes, then you almost always need to use
the EXECUTE SCRIPT function in slony to do it for you.
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to