docs: add IvorySQL 5 dblink adaptation guide - #306
Open
messere1 wants to merge 4 commits into
Open
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The documentation additions are consistent with existing repo conventions and correctly integrated into EN/CN nav and overview tables without introducing formatting or reference issues.
Pull request overview
Adds bilingual documentation for the dblink ecosystem component in the IvorySQL docs, including usage patterns (named connections, typed remote queries, DML, transactions, async queries) and basic security/operations guidance, and wires the new pages into both EN/CN navigation and ecosystem overview tables.
Changes:
- Add new EN/CN
dblinkcomponent pages with build/install steps and validated usage examples. - Register
dblinkin EN/CN ecosystem overview tables with version/context notes. - Add
dblinkto EN/CN nav trees under “Ecosystem components”.
File summaries
| File | Description |
|---|---|
| EN/modules/ROOT/pages/master/ecosystem_components/ecosystem_overview.adoc | Adds dblink to the EN ecosystem overview table. |
| EN/modules/ROOT/pages/master/ecosystem_components/dblink.adoc | New EN dblink adaptation/usage guide (install + examples + security notes). |
| EN/modules/ROOT/nav.adoc | Adds dblink to EN navigation under ecosystem components. |
| CN/modules/ROOT/pages/master/ecosystem_components/ecosystem_overview.adoc | Adds dblink to the CN ecosystem overview table. |
| CN/modules/ROOT/pages/master/ecosystem_components/dblink.adoc | New CN dblink adaptation/usage guide (install + examples + security notes). |
| CN/modules/ROOT/nav.adoc | Adds dblink to CN navigation under ecosystem components. |
Review details
- Files reviewed: 6/6 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
🚀 IvorySQL-Docs Preview Ready
|
|
🚀 IvorySQL-Docs Preview Ready
|
|
🚀 IvorySQL-Docs Preview Ready
|
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\n\n- add bilingual IvorySQL 5 build and installation instructions for dblink\n- document named connections, typed remote queries, DML, remote transactions, and asynchronous queries\n- cover Oracle-compatible sessions and security/operational guidance\n- add the component to both navigation files and ecosystem overview tables\n\n## Validation\n\nValidated on IvorySQL 5.6 / PostgreSQL 18.6:\n\n- bundled PostgreSQL regression suite — passed\n- named connection and UTF-8 query — passed\n- insert/update and remote rollback — passed\n- asynchronous query/result draining — passed\n- Oracle-compatible session query and DML — passed\n\nFixes IvorySQL/IvorySQL#1109