Hi Depesz,
On Thu, 2 Mar 2023, at 12:29, hubert depesz lubaczewski wrote:
> This might be a bit different answer from what you expect, but have you
> seen pgl_ddl_deploy project?
Thanks --- I was unaware of this project so I will take a look.
However, we are operating under a limitation that the
On Thu, Mar 02, 2023 at 11:12:37AM +, Joe Wildish wrote:
> We are using event triggers to capture DDL for subsequent replay on a logical
> replica.
This might be a bit different answer from what you expect, but have you
seen pgl_ddl_deploy project?
Best regards,
depesz
Hello all,
We are using event triggers to capture DDL for subsequent replay on a logical
replica.
The intention is to write the DDL statement to a table, inside the same
transaction that executes the DDL, and have a separate process on the replica
notice changes in this table and execute whate