@@ -395,7 +395,7 @@ set_init_callback(relation REGCLASS, callback REGPROC DEFAULT 0)
395
395
</sect2>
396
396
<sect2 id="views-and-tables">
397
397
<title>Views and tables</title>
398
- <sect3 id="pathman_config -main-config-storage">
398
+ <sect3 id="pathman-config -main-config-storage">
399
399
<title><literal>pathman_config</literal> --- main config
400
400
storage</title>
401
401
<programlisting>
@@ -411,7 +411,7 @@ CREATE TABLE IF NOT EXISTS pathman_config (
411
411
This table stores a list of partitioned tables.
412
412
</para>
413
413
</sect3>
414
- <sect3 id="pathman_config_params -optional-parameters">
414
+ <sect3 id="pathman-config-params -optional-parameters">
415
415
<title><literal>pathman_config_params</literal> --- optional
416
416
parameters</title>
417
417
<programlisting>
@@ -426,7 +426,7 @@ CREATE TABLE IF NOT EXISTS pathman_config_params (
426
426
behavior.
427
427
</para>
428
428
</sect3>
429
- <sect3 id="pathman_concurrent_part_tasks -currently-running-partitioning-workers">
429
+ <sect3 id="pathman-concurrent-part-tasks -currently-running-partitioning-workers">
430
430
<title><literal>pathman_concurrent_part_tasks</literal> ---
431
431
currently running partitioning workers</title>
432
432
<programlisting>
@@ -450,7 +450,7 @@ AS SELECT * FROM show_concurrent_part_tasks();
450
450
tasks.
451
451
</para>
452
452
</sect3>
453
- <sect3 id="pathman_partition_list -list-of-all-existing-partitions">
453
+ <sect3 id="pathman-partition-list -list-of-all-existing-partitions">
454
454
<title><literal>pathman_partition_list</literal> --- list of all
455
455
existing partitions</title>
456
456
<programlisting>
@@ -903,7 +903,7 @@ WHERE id = any (SELECT * FROM some_table limit 4);
903
903
(3 rows)
904
904
</programlisting>
905
905
</sect3>
906
- <sect3 id="disabling-pg_pathman ">
906
+ <sect3 id="disabling-pg-pathman ">
907
907
<title>Disabling <literal>pg_pathman</literal></title>
908
908
<para>
909
909
There are several user-accessible
0 commit comments