docs: add IvorySQL 5 dblink adaptation guide - #306
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
|
|
It is an extension module in PostgreSQL's contrib directory. |
|
You're right — dblink is shipped in PostgreSQL's contrib tree, so it doesn't need a separate ecosystem adaptation guide. Thanks for the clarification. I'll close this PR. |
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