On Wed, Jun 14, 2006 at 11:38:37AM -0700, Mark Adan wrote:
> Because in our system, calling the slony PL/PGSQL stored procedures
> would be easier.  What I'm trying to do is to add a new table at the
> same time our system automatically creates one.  What our system will do

You realise that adding a new table to slony is going to cause things
to block, while the table insert gets added in the right spot of the
snapshot, right?  That is, adding a table to slony is not a
non-blocking operation, unlike in PostgreSQL.

A

> ERROR:  function _slony_cluster.setaddtable(integer, integer, name,
> integer, text) does not exist

Is there such a function?

A

-- 
Andrew Sullivan  | [EMAIL PROTECTED]
This work was visionary and imaginative, and goes to show that visionary
and imaginative work need not end up well. 
                --Dennis Ritchie
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to