Skip to content

Update pg sync docs#290

Open
VineethReddy02 wants to merge 2 commits into
mainfrom
vineeth-update-pg-sync-docs
Open

Update pg sync docs#290
VineethReddy02 wants to merge 2 commits into
mainfrom
vineeth-update-pg-sync-docs

Conversation

@VineethReddy02
Copy link
Copy Markdown
Contributor

@VineethReddy02 VineethReddy02 commented May 26, 2026

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

  • - This is ready for review. If not, raise as a draft PR
  • - I have reviewed my changes.
  • - I have confirmed the content is technically accurate.
  • - I have tested any code that is added or updated on the latest available version.
  • - I have confirmed the content is free of typos or grammar errors.
  • - I have verified all images and videos are clear and match production (or dev for unreleased features).
  • - This references a feature that is public. If not, add a note and we can schedule the merge for after the feature release.

@VineethReddy02 VineethReddy02 requested review from a team, arajkumar and atovpeko May 26, 2026 14:01
@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

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

Project Deployment Actions Updated (UTC)
tiger-data-docs Ready Ready Preview, Comment May 26, 2026 3:53pm

Request Review

@github-actions
Copy link
Copy Markdown

⚠️ Checklist Incomplete

Please complete all checklist items in the PR description before requesting review.

Unchecked items:

  • I have confirmed the content is technically accurate

Tip: If an item isn't relevant to your PR, mark it as checked and add "n/a" next to it.

Comment thread src/partials/_livesync-console.mdx Outdated
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.
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.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

incorporated this suggestion!

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.
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