Hello!
The last tablespaces proposal says:
> Tablespaces are excluded from replication because it's physical layout
> of a database and a replica may have another one.
which means that tablespaces-related DDL operators won't be executed on
a replica. But some conflicts may happen, for example, w
On 6/2/22 10:14, Ilya Eremin wrote:
Hello!
The last tablespaces proposal says:
> Tablespaces are excluded from replication because it's physical layout
> of a database and a replica may have another one.
which means that tablespaces-related DDL operators won't be executed
on a replica. But some
Alex Peshkoff via Firebird-devel wrote 02.06.2022 9:31:
ALTER TABLE SET TABLESPACE is tablespaces-related DDL operator - i.e. it should
not be executed on replica. Why conflict?
It is "ALTER TABLE" which must be executed on replica. Otherwise you'll have
problem with ALTER TABLE ADD FIELD.
On 6/2/22 13:03, Dimitry Sibiryakov wrote:
Alex Peshkoff via Firebird-devel wrote 02.06.2022 9:31:
ALTER TABLE SET TABLESPACE is tablespaces-related DDL operator - i.e.
it should not be executed on replica. Why conflict?
It is "ALTER TABLE" which must be executed on replica. Otherwise
you
Alex Peshkoff via Firebird-devel wrote 02.06.2022 13:01:
It is "ALTER TABLE" which must be executed on replica. Otherwise you'll have
problem with ALTER TABLE ADD FIELD.
Is it impossible to analyze clauses of statement?
Theoretically - yes. On practice it would require full Firebird SQL p
On 02/06/2022 08:08, Dimitry Sibiryakov wrote:
> Alex Peshkoff via Firebird-devel wrote 02.06.2022 13:01:
>>> It is "ALTER TABLE" which must be executed on replica. Otherwise
>>> you'll have problem with ALTER TABLE ADD FIELD.
>>
>> Is it impossible to analyze clauses of statement?
>
> Theoret
On 6/2/22 14:45, Adriano dos Santos Fernandes wrote:
On 02/06/2022 08:08, Dimitry Sibiryakov wrote:
Alex Peshkoff via Firebird-devel wrote 02.06.2022 13:01:
It is "ALTER TABLE" which must be executed on replica. Otherwise
you'll have problem with ALTER TABLE ADD FIELD.
Is it impossible to a