File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ CREATE EXTENSION pg_pathman;
140
140
<itemizedlist spacing="compact">
141
141
<listitem>
142
142
<para>
143
- Install the latest _stable_ release of pg_pathman.
143
+ Install the latest <emphasis role="strong">stable</emphasis> release of pg_pathman.
144
144
</para>
145
145
</listitem>
146
146
<listitem>
@@ -153,10 +153,10 @@ CREATE EXTENSION pg_pathman;
153
153
Execute the following queries:
154
154
</para>
155
155
<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>
160
160
</listitem>
161
161
</itemizedlist>
162
162
</sect2>
@@ -395,7 +395,7 @@ drop_partitions(parent REGCLASS,
395
395
<title>Additional parameters</title>
396
396
<programlisting>
397
397
set_interval(relation REGCLASS, value ANYELEMENT)
398
- </programlisting>
398
+ </programlisting>
399
399
<para>
400
400
Update RANGE partitioned table interval. Note that interval must not
401
401
be negative and it must not be trivial, i.e. its value should be
You can’t perform that action at this time.
0 commit comments