PG to PG Cloud doc: remove session_replication_role parts#6173
Open
Amogh-Bharadwaj wants to merge 2 commits intomainfrom
Open
PG to PG Cloud doc: remove session_replication_role parts#6173Amogh-Bharadwaj wants to merge 2 commits intomainfrom
Amogh-Bharadwaj wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
Blargian
approved these changes
May 7, 2026
Member
Blargian
left a comment
There was a problem hiding this comment.
Minor Git mishap, otherwise LGTM
Comment on lines
+39
to
+44
| <<<<<<< Updated upstream | ||
| - **DDL propagation**: continuous replication (CDC) captures DML operations and `ADD COLUMN`. Other DDL changes such as `DROP COLUMN` and `ALTER COLUMN` aren't propagated and must be applied manually on the target. | ||
| - **Foreign key constraints**: to prevent ingestion from being blocked by foreign key checks, you'll temporarily set `session_replication_role = replica` on the target role. This is covered in step 3 below. | ||
| ======= | ||
| - **DDL propagation**: continuous replication (CDC) captures DML operations and `ADD COLUMN`. Other DDL changes such as `DROP COLUMN` and `ALTER COLUMN` are not propagated and must be applied manually on the target. | ||
| >>>>>>> Stashed changes |
Member
There was a problem hiding this comment.
minor mishap here causing the failing docs check, otherwise LGTM
Suggested change
| <<<<<<< Updated upstream | |
| - **DDL propagation**: continuous replication (CDC) captures DML operations and `ADD COLUMN`. Other DDL changes such as `DROP COLUMN` and `ALTER COLUMN` aren't propagated and must be applied manually on the target. | |
| - **Foreign key constraints**: to prevent ingestion from being blocked by foreign key checks, you'll temporarily set `session_replication_role = replica` on the target role. This is covered in step 3 below. | |
| ======= | |
| - **DDL propagation**: continuous replication (CDC) captures DML operations and `ADD COLUMN`. Other DDL changes such as `DROP COLUMN` and `ALTER COLUMN` are not propagated and must be applied manually on the target. | |
| >>>>>>> Stashed changes | |
| - **DDL propagation**: continuous replication (CDC) captures DML operations and `ADD COLUMN`. Other DDL changes such as `DROP COLUMN` and `ALTER COLUMN` aren't propagated and must be applied manually on the target. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
We now made a product improvement which renders some parts of the existing PG to PG in CH Cloud doc unnecessary.
This PR removes these steps.
Checklist