Vick Khera vivek at khera.org
Wed Dec 2 08:56:47 PST 2009
On Wed, Dec 2, 2009 at 7:51 AM, P <user2037 at live.com> 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.


More information about the Slony1-general mailing list