Skip to content

Commit efdb916

Browse files
committed
[Doc]: fixes for pg_pathman.sgml
1 parent abe8f91 commit efdb916

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/pgpathman.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ CREATE EXTENSION pg_pathman;
140140
<itemizedlist spacing="compact">
141141
<listitem>
142142
<para>
143-
Install the latest _stable_ release of pg_pathman.
143+
Install the latest <emphasis role="strong">stable</emphasis> release of pg_pathman.
144144
</para>
145145
</listitem>
146146
<listitem>
@@ -153,10 +153,10 @@ CREATE EXTENSION pg_pathman;
153153
Execute the following queries:
154154
</para>
155155
<programlisting>
156-
/* replace X.Y with the version number, e.g. 1.3 */
157-
ALTER EXTENSION pg_pathman UPDATE TO "X.Y";
158-
SET pg_pathman.enable = t;
159-
</programlisting>
156+
/* replace X.Y with the version number, e.g. 1.3 */
157+
ALTER EXTENSION pg_pathman UPDATE TO "X.Y";
158+
SET pg_pathman.enable = t;
159+
</programlisting>
160160
</listitem>
161161
</itemizedlist>
162162
</sect2>
@@ -395,7 +395,7 @@ drop_partitions(parent REGCLASS,
395395
<title>Additional parameters</title>
396396
<programlisting>
397397
set_interval(relation REGCLASS, value ANYELEMENT)
398-
</programlisting>
398+
</programlisting>
399399
<para>
400400
Update RANGE partitioned table interval. Note that interval must not
401401
be negative and it must not be trivial, i.e. its value should be

0 commit comments

Comments
 (0)