File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,34 @@ CREATE EXTENSION pg_pathman;
132
132
</para>
133
133
</blockquote>
134
134
</sect2>
135
+ <sect2 id="pg-pathman-how-to-update">
136
+ <title>How to update</title>
137
+ <para>
138
+ In order to update pg_pathman:
139
+ </para>
140
+ <itemizedlist spacing="compact">
141
+ <listitem>
142
+ <para>
143
+ Install the latest _stable_ release of pg_pathman.
144
+ </para>
145
+ </listitem>
146
+ <listitem>
147
+ <para>
148
+ Restart your PostgreSQL cluster.
149
+ </para>
150
+ </listitem>
151
+ <listitem>
152
+ <para>
153
+ Execute the following queries:
154
+ </para>
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>
160
+ </listitem>
161
+ </itemizedlist>
162
+ </sect2>
135
163
<sect2 id="available-functions">
136
164
<title>Available functions</title>
137
165
<sect3 id="partition-creation">
Original file line number Diff line number Diff line change 15
15
16
16
<itemizedlist>
17
17
<listitem>
18
- <para>Module <application>pg_pathman</application> has been updated to version 1.3 (See <xref linkend="pg-pathman">).</para>
18
+ <para>Module <application>pg_pathman</application> has been updated to
19
+ version 1.3 (See <xref linkend="pg-pathman"> and <xref linkend="pg-pathman-how-to-update">).</para>
19
20
</listitem>
20
21
<listitem>
21
22
<para>The <application>sr_plan</application> module is now initialized independently for each database instance (See <xref linkend="sr-plan">).</para>
You can’t perform that action at this time.
0 commit comments