23.01.2021 12:35, Dmitry Yemanov wrote:
CREATE TABLE is currently always replicated. The table data may be excluded though. And here we have a good question - if CREATE TABLE specifies DISABLE PUBLICATION, should the CREATE TABLE command itself be replicated or not? It could solve your need, but if later one decides to enable publication, it's not gonna work and the replication stream will be broken (missing table at the replica side).

  I would suggest to add syntax "create [local|global] table" which kinda match 
SQL standard.

--
  WBR, SD.


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

Reply via email to