You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the pg_partman adapter doc (overview, installation, usage) to the
Eco Component Adaption section, in both English and Chinese.
Closes#236
Signed-off-by: jokerzsd <2701819133@qq.com>
pg_partman is a PostgreSQL extension for managing partitioned tables and indexes. It automates the creation and maintenance of time-based and serial-based partitions. It is fully compatible with IvorySQL.
9
+
10
+
== Installation
11
+
12
+
=== Prerequisites
13
+
Automatic background maintenance requires the `pg_partman_bgw` background worker. Add it to `shared_preload_libraries` in `postgresql.conf`:
14
+
15
+
[literal]
16
+
----
17
+
shared_preload_libraries = 'pg_partman_bgw'
18
+
----
19
+
20
+
=== Source Code Installation
21
+
22
+
[NOTE]
23
+
Please ensure that **IvorySQL {ivorysql-version} or above** is installed and `pg_config` is available in `PATH`.
0 commit comments