Update pg sync docs#290
Open
VineethReddy02 wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
arajkumar
reviewed
May 26, 2026
| 1. Click `Select tables +` . | ||
| Choose where the connector picks tables from: | ||
|
|
||
| - **From an existing publication**: select a {C.PG} `PUBLICATION` name, then pick schemas and tables from those it includes. |
Member
There was a problem hiding this comment.
Should we mention briefly why we support this option?
We support this to avoid granting the user with CREATE privilege on the source database. User could create a publication, add tables and select it from the UI to perform the sync.
It also allows users expressing powerful filtering(row/column) on the publication tables.
Contributor
Author
There was a problem hiding this comment.
incorporated this suggestion!
14697e9 to
ca666d6
Compare
Addresses PR review feedback by explaining the two situations where selecting an existing publication is preferable: when the connector user cannot be granted CREATE on the source, and when row/column filters are needed on published tables.
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.
Describe your changes
What did you change? Why did you change it?
The recent rekease of PostgreSQL source connector moved the connector from beta to GA (generally Available) for The recent release of the PostgreSQL source connector moved the connector from beta to GA (generally available) for production workloads, alongside support for SSH tunnelling, selecting tables from an existing publication, and configuring the IDC workers count for faster sync during the IDC. production workloads alongside support for SSH tunnelling and selecting tables from an existing publication and configuring the IDC workers count for faster sync during the IDC.
Affected pages
Related Issues
If there is a related issue, please add it below (just put the number after the # below, and GitHub will automatically create a link):
Issue: #number
Checklist before requesting a review