Improve logical replication usability when tables lack primary keys#1227
Conversation
…s back to FULL IDENTITY.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can enforce grammar and style rules using `languagetool`.Configure the |
Logical replication of tables without primary keys automatically falls back to FULL IDENTITY.
logical_replication_fallback_to_full_identity.the system automatically uses
REPLICATION IDENTITY FULLfor that table.not need to enable it cluster-wide unless desired.
occurred, it explicitly reports
FULLas the replication identity to thesubscriber, so there is limited impact on the subscriber.
This PR implements the new feature. Close #1226