Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefdb916

Browse files
committed
[Doc]: fixes for pg_pathman.sgml
1 parentabe8f91 commitefdb916

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)

[8]ページ先頭

©2009-2025 Movatter.jp