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

Remove the set_replica_identity operation #490

Open
andrew-farries opened this issue Nov 26, 2024 · 0 comments
Open

Remove the set_replica_identity operation #490

andrew-farries opened this issue Nov 26, 2024 · 0 comments
Labels
breaking-changes breaking changes to pgroll
Milestone

Comments

@andrew-farries
Copy link
Collaborator

Remove the set_replica_identity operation used to set the replica identity on a table (added in #201).

The operation supported a use-case for a particular integration of pgroll but isn't generally useful. The operation is not multi-version (it's made directly on the underlying table) so is better performed using a raw SQL migration.

This a breaking change, and should be made just before a v1 release.

@andrew-farries andrew-farries added the breaking-changes breaking changes to pgroll label Nov 26, 2024
@andrew-farries andrew-farries added this to the v1 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-changes breaking changes to pgroll
Projects
None yet
Development

No branches or pull requests

1 participant