Skip to content

PG to PG Cloud doc: remove session_replication_role parts#6173

Open
Amogh-Bharadwaj wants to merge 2 commits intomainfrom
pg-pg-remove-fk-step
Open

PG to PG Cloud doc: remove session_replication_role parts#6173
Amogh-Bharadwaj wants to merge 2 commits intomainfrom
pg-pg-remove-fk-step

Conversation

@Amogh-Bharadwaj
Copy link
Copy Markdown
Contributor

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

@Amogh-Bharadwaj Amogh-Bharadwaj requested a review from a team as a code owner May 7, 2026 17:07
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Error Error May 7, 2026 5:21pm
4 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-jp Ignored Ignored May 7, 2026 5:21pm
clickhouse-docs-ko Ignored Ignored Preview May 7, 2026 5:21pm
clickhouse-docs-ru Ignored Ignored Preview May 7, 2026 5:21pm
clickhouse-docs-zh Ignored Ignored Preview May 7, 2026 5:21pm

Request Review

Copy link
Copy Markdown
Member

@Blargian Blargian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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

Successfully merging this pull request may close these issues.

2 participants