On Tue, 18 Feb 2025 at 06:22, Hayato Kuroda (Fujitsu) <kuroda.hay...@fujitsu.com> wrote: > > I'm not sure we must really handle the case. Documentation [1] has already > described > not to run DDL commands during the command: > > ``` > Since DDL commands are not replicated by logical replication, avoid executing > DDL > commands that change the database schema while running pg_createsubscriber. > If the target server has already been converted to logical replica, the DDL > commands > might not be replicated, which might cause an error. > ```
Yes, that makes sense. Since the same applies to tables created while pg_createsubscriber is running, and there is already generic documentation covering this, I agree with you. Regards, Vignesh