Enabling replication of table by
ALTER TABLE tab ENABLE PUBLICATION;
is replicated, while

ALTER DATABASE INCLUDE TABLE tab TO PUBLICATION;
is not replicated.

Is it bug or by design?

Also these commands are not replicated
ALTER DATABASE ENABLE PUBLICATION;
ALTER DATABASE INCLUDE ALL TO PUBLICATION;
Is it intentional? Because when the master database crashes and I want to use replica as new master,
I must not forget to set all these settings again.

I.



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to