Skip to content

Commit ef2c0a3

Browse files
committed
Clarify that pg_partman does not support Oracle compatibility mode
1 parent 24e7266 commit ef2c0a3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ pg_partman 用于简化和自动化对 PostgreSQL 原生声明式分区表的管
99

1010
PostgreSQL 支持的 3 种分区方式:范围分区、列表分区、哈希分区。其中,pg_partman 扩展不支持哈希分区,对列表分区支持有限,它主要用于按时间(如天、周、月)或数值区间(如自增 ID)进行的范围分区。
1111

12+
注意,pg_partman 作为 PostgreSQL 的扩展,专门设计用于对 PostgreSQL 的分区表进行管理,所以它不支持在 Oracle 兼容模式下运行。
13+
1214
项目地址:<https://github.com/pgpartman/pg_partman>
1315

16+
版本:5.2-STABLE
17+
1418
开源协议:PostgreSQL License
1519

1620
== 安装启用

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ pg_partman is used to simplify and automate the management of PostgreSQL's nativ
99

1010
PostgreSQL supports 3 types of partitioning: range partitioning, list partitioning, and hash partitioning. Among these, the pg_partman extension does not support hash partitioning and has limited support for list partitioning. It is primarily designed for range partitioning based on time (such as day, week, month) or numeric ranges (such as auto-increment IDs).
1111

12+
Note: Since pg_partman is a PostgreSQL extension specifically designed for PG native partition management, it is not supported under Oracle compatibility mode.
13+
1214
Project URL: <https://github.com/pgpartman/pg_partman>
1315

16+
Version: 5.2-STABLE
17+
1418
License: PostgreSQL License
1519

1620
== Installation and Enablement

0 commit comments

Comments
 (0)