@@ -256,27 +256,6 @@ PostgreSQL documentation
256
256
</listitem>
257
257
</varlistentry>
258
258
259
- <varlistentry>
260
- <term><option>--exclude-extension=<replaceable class="parameter">pattern</replaceable></option></term>
261
- <listitem>
262
- <para>
263
- Do not dump any extensions matching <replaceable
264
- class="parameter">pattern</replaceable>. The pattern is
265
- interpreted according to the same rules as for <option>-e</option>.
266
- <option>--exclude-extension</option> can be given more than once to exclude extensions
267
- matching any of several patterns.
268
- </para>
269
-
270
- <para>
271
- When both <option>-e</option> and <option>--exclude-extension</option> are given, the behavior
272
- is to dump just the extensions that match at least one <option>-e</option>
273
- switch but no <option>--exclude-extension</option> switches. If <option>--exclude-extension</option>
274
- appears without <option>-e</option>, then extensions matching <option>--exclude-extension</option> are
275
- excluded from what is otherwise a normal dump.
276
- </para>
277
- </listitem>
278
- </varlistentry>
279
-
280
259
<varlistentry>
281
260
<term><option>-E <replaceable class="parameter">encoding</replaceable></option></term>
282
261
<term><option>--encoding=<replaceable class="parameter">encoding</replaceable></option></term>
@@ -803,6 +782,27 @@ PostgreSQL documentation
803
782
</listitem>
804
783
</varlistentry>
805
784
785
+ <varlistentry>
786
+ <term><option>--exclude-extension=<replaceable class="parameter">pattern</replaceable></option></term>
787
+ <listitem>
788
+ <para>
789
+ Do not dump any extensions matching <replaceable
790
+ class="parameter">pattern</replaceable>. The pattern is
791
+ interpreted according to the same rules as for <option>-e</option>.
792
+ <option>--exclude-extension</option> can be given more than once to exclude extensions
793
+ matching any of several patterns.
794
+ </para>
795
+
796
+ <para>
797
+ When both <option>-e</option> and <option>--exclude-extension</option> are given, the behavior
798
+ is to dump just the extensions that match at least one <option>-e</option>
799
+ switch but no <option>--exclude-extension</option> switches. If <option>--exclude-extension</option>
800
+ appears without <option>-e</option>, then extensions matching <option>--exclude-extension</option> are
801
+ excluded from what is otherwise a normal dump.
802
+ </para>
803
+ </listitem>
804
+ </varlistentry>
805
+
806
806
<varlistentry>
807
807
<term><option>--exclude-table-and-children=<replaceable class="parameter">pattern</replaceable></option></term>
808
808
<listitem>
0 commit comments