Skip to content

Commit 9a1c30a

Browse files
committed
docs: simplify pg_hint_plan overview section
Remove redundant adaptation and repository information from the overview to keep it concise.
1 parent 30c9a8c commit 9a1c30a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CN/modules/ROOT/pages/master/ecosystem_components/pg_hint_plan.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
pg_hint_plan 是一个扩展,允许通过 SQL 注释中的 hints 来控制 PostgreSQL/IvorySQL 的执行计划。它能够在不修改 SQL 逻辑的情况下优化查询性能,在 PostgreSQL 和 Oracle 兼容模式下均可正常工作。
1010

11-
本项目针对 IvorySQL 5 进行适配,源码仓库位于 <https://github.com/ossc-db/pg_hint_plan>。
1211

1312
== 安装
1413

EN/modules/ROOT/pages/master/ecosystem_components/pg_hint_plan.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
pg_hint_plan is an extension that allows controlling PostgreSQL/IvorySQL execution plans using SQL comment hints. It optimizes query performance without modifying SQL logic and works in both PostgreSQL and Oracle compatibility modes.
1010

11-
This project is adapted for IvorySQL 5, based on the PG18 branch. The source repository is located at <https://github.com/ossc-db/pg_hint_plan>.
1211

1312
== Installation
1413

0 commit comments

Comments
 (0)