|
8 | 8 | The extension is compatible with PostgreSQL 9.5 (9.6 support is |
9 | 9 | coming soon). |
10 | 10 | </para> |
11 | | - <sect2 id="overview"> |
| 11 | + <sect2 id="pg-pathman-overview"> |
12 | 12 | <title>Overview</title> |
13 | 13 | <para> |
14 | 14 | <emphasis role="strong">Partitioning</emphasis> means splitting |
@@ -225,7 +225,7 @@ stop_concurrent_part_task(relation REGCLASS) |
225 | 225 | current batch. |
226 | 226 | </para> |
227 | 227 | </sect3> |
228 | | - <sect3 id="triggers"> |
| 228 | + <sect3 id="pg-pathman-triggers"> |
229 | 229 | <title>Triggers</title> |
230 | 230 | <programlisting> |
231 | 231 | create_hash_update_trigger(parent REGCLASS) |
@@ -375,7 +375,7 @@ set_init_callback(relation REGCLASS, callback REGPROC DEFAULT 0) |
375 | 375 | Parameter <literal>arg</literal> consists of several fields |
376 | 376 | whose presence depends on partitioning type: |
377 | 377 | </para> |
378 | | - <programlisting language="json"> |
| 378 | + <programlisting> |
379 | 379 | /* RANGE-partitioned table abc (child abc_4) */ |
380 | 380 | { |
381 | 381 | "parent": "abc", |
|