documentation update + adjustment to fdw workflow#209
Merged
Conversation
Contributor
caryhuang
commented
Jan 9, 2026
- update fdw based snapshot documentation and various adjustments. Mention support of postgres connector
- revamped the tutorial section and added postgres connector tutorial + various adjustments
- make FDW based snapshot takes tables expressed as schema.table, rather than db.schema.table. Also added a missing current lsn view
- merge setup-old page to oracle and olr tutorials, updated create a connector page, updated olr tutorial page and remote database setups:
- merge setup-old page to oracle and olr tutorials, updated create a connector page, updated olr tutorial page and remote database setups
- added native openlog replicator tutorial page
- merge offset management, infinispan, seured connection to individual connector tutorial
- revamp the tutorial pages and rename menu items
- merge object mapping workflow to individual tutorial pages
- fixed an issue with postgres connector FDW snapshot where source database could give attnum values exceeding the total number of columns if a column has been dropped and added to the table
- fixed an issue where fdw snapshot fails to lookup transform rules if letter casing is lower or upper case
- if desired schema is null (as in the case of mysql), use srcdb instead
added 4 commits
January 9, 2026 10:31
…ention support of postgres connector 2) revamped the tutorial section and added postgres connector tutorial + various adjustments 3) make FDW based snapshot takes tables expressed as schema.table, rather than db.schema.table. Also added a missing current lsn view 4) merge setup-old page to oracle and olr tutorials, updated create a connector page, updated olr tutorial page and remote database setups: 5) merge setup-old page to oracle and olr tutorials, updated create a connector page, updated olr tutorial page and remote database setups 6) added native openlog replicator tutorial page 7) merge offset management, infinispan, seured connection to individual connector tutorial 8) revamp the tutorial pages and rename menu items 9) merge object mapping workflow to individual tutorial pages
…atabase could give attnum values exceeding the total number of columns if a column has been dropped and added to the table 2) fixed an issue where fdw snapshot fails to lookup transform rules if letter casing is lower or upper case 3) if desired schema is null (as in the case of mysql), use srcdb instead
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.