Skip to content

Commit fa4fdbd

Browse files
committed
Fixed underscore in sgml ids
1 parent 11b9c8c commit fa4fdbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/pgpathman.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ set_init_callback(relation REGCLASS, callback REGPROC DEFAULT 0)
395395
</sect2>
396396
<sect2 id="views-and-tables">
397397
<title>Views and tables</title>
398-
<sect3 id="pathman_config-main-config-storage">
398+
<sect3 id="pathman-config-main-config-storage">
399399
<title><literal>pathman_config</literal> --- main config
400400
storage</title>
401401
<programlisting>
@@ -411,7 +411,7 @@ CREATE TABLE IF NOT EXISTS pathman_config (
411411
This table stores a list of partitioned tables.
412412
</para>
413413
</sect3>
414-
<sect3 id="pathman_config_params-optional-parameters">
414+
<sect3 id="pathman-config-params-optional-parameters">
415415
<title><literal>pathman_config_params</literal> --- optional
416416
parameters</title>
417417
<programlisting>
@@ -426,7 +426,7 @@ CREATE TABLE IF NOT EXISTS pathman_config_params (
426426
behavior.
427427
</para>
428428
</sect3>
429-
<sect3 id="pathman_concurrent_part_tasks-currently-running-partitioning-workers">
429+
<sect3 id="pathman-concurrent-part-tasks-currently-running-partitioning-workers">
430430
<title><literal>pathman_concurrent_part_tasks</literal> ---
431431
currently running partitioning workers</title>
432432
<programlisting>
@@ -450,7 +450,7 @@ AS SELECT * FROM show_concurrent_part_tasks();
450450
tasks.
451451
</para>
452452
</sect3>
453-
<sect3 id="pathman_partition_list-list-of-all-existing-partitions">
453+
<sect3 id="pathman-partition-list-list-of-all-existing-partitions">
454454
<title><literal>pathman_partition_list</literal> --- list of all
455455
existing partitions</title>
456456
<programlisting>
@@ -903,7 +903,7 @@ WHERE id = any (SELECT * FROM some_table limit 4);
903903
(3 rows)
904904
</programlisting>
905905
</sect3>
906-
<sect3 id="disabling-pg_pathman">
906+
<sect3 id="disabling-pg-pathman">
907907
<title>Disabling <literal>pg_pathman</literal></title>
908908
<para>
909909
There are several user-accessible

0 commit comments

Comments
 (0)