Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add option to pglogical.replicate_ddl_command, which allows only replicate DDL, not perform locally #490

Open
dusatvoj opened this issue Oct 27, 2024 · 0 comments

Comments

@dusatvoj
Copy link

Hello,
I'm struggling with pglogical and DDL replication. I found a function pglogical.replicate_ddl_command().

This function is great but as postgresql EVENT TRIGGER can't be executed INSTEAD OF but can execute function only at DDL end / DDL start so I can't use this function seamlessly with any application.

If this function have options execute_locally := true / false, I can use it with event trigger to execute remotely current_query() but not locally.

For backward compatibility should be default true, of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant