Skip to content

Commit dbb3975

Browse files
committed
[Doc]: update pgpathman.sgml
1 parent cdc7ed7 commit dbb3975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/pgpathman.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The extension is compatible with PostgreSQL 9.5 (9.6 support is
99
coming soon).
1010
</para>
11-
<sect2 id="overview">
11+
<sect2 id="pg-pathman-overview">
1212
<title>Overview</title>
1313
<para>
1414
<emphasis role="strong">Partitioning</emphasis> means splitting
@@ -225,7 +225,7 @@ stop_concurrent_part_task(relation REGCLASS)
225225
current batch.
226226
</para>
227227
</sect3>
228-
<sect3 id="triggers">
228+
<sect3 id="pg-pathman-triggers">
229229
<title>Triggers</title>
230230
<programlisting>
231231
create_hash_update_trigger(parent REGCLASS)
@@ -375,7 +375,7 @@ set_init_callback(relation REGCLASS, callback REGPROC DEFAULT 0)
375375
Parameter <literal>arg</literal> consists of several fields
376376
whose presence depends on partitioning type:
377377
</para>
378-
<programlisting language="json">
378+
<programlisting>
379379
/* RANGE-partitioned table abc (child abc_4) */
380380
{
381381
&quot;parent&quot;: &quot;abc&quot;,

0 commit comments

Comments
 (0)