@@ -2884,38 +2884,6 @@ lo_import 152801
2884
2884
</listitem>
2885
2885
</varlistentry>
2886
2886
2887
- <varlistentry id="app-psql-meta-command-pset-xheader-width">
2888
- <term><literal>xheader_width</literal></term>
2889
- <listitem>
2890
- <para>
2891
- Sets the maximum width of the header for expanded output to one of
2892
- <literal>full</literal> (the default value),
2893
- <literal>column</literal>, <literal>page</literal>, or an
2894
- <replaceable class="parameter">integer value</replaceable>.
2895
- </para>
2896
-
2897
- <para>
2898
- <literal>full</literal>: the expanded header is not truncated,
2899
- and will be as wide as the widest output line.
2900
- </para>
2901
-
2902
- <para>
2903
- <literal>column</literal>: truncate the header line to the
2904
- width of the first column.
2905
- </para>
2906
-
2907
- <para>
2908
- <literal>page</literal>: truncate the header line to the terminal
2909
- width.
2910
- </para>
2911
-
2912
- <para>
2913
- <replaceable class="parameter">integer value</replaceable>: specify
2914
- the exact maximum width of the header line.
2915
- </para>
2916
- </listitem>
2917
- </varlistentry>
2918
-
2919
2887
<varlistentry id="app-psql-meta-command-pset-fieldsep">
2920
2888
<term><literal>fieldsep</literal></term>
2921
2889
<listitem>
@@ -3260,6 +3228,38 @@ lo_import 152801
3260
3228
</para>
3261
3229
</listitem>
3262
3230
</varlistentry>
3231
+
3232
+ <varlistentry id="app-psql-meta-command-pset-xheader-width">
3233
+ <term><literal>xheader_width</literal></term>
3234
+ <listitem>
3235
+ <para>
3236
+ Sets the maximum width of the header for expanded output to one of
3237
+ <literal>full</literal> (the default value),
3238
+ <literal>column</literal>, <literal>page</literal>, or an
3239
+ <replaceable class="parameter">integer value</replaceable>.
3240
+ </para>
3241
+
3242
+ <para>
3243
+ <literal>full</literal>: the expanded header is not truncated,
3244
+ and will be as wide as the widest output line.
3245
+ </para>
3246
+
3247
+ <para>
3248
+ <literal>column</literal>: truncate the header line to the
3249
+ width of the first column.
3250
+ </para>
3251
+
3252
+ <para>
3253
+ <literal>page</literal>: truncate the header line to the terminal
3254
+ width.
3255
+ </para>
3256
+
3257
+ <para>
3258
+ <replaceable class="parameter">integer value</replaceable>: specify
3259
+ the exact maximum width of the header line.
3260
+ </para>
3261
+ </listitem>
3262
+ </varlistentry>
3263
3263
</variablelist>
3264
3264
</para>
3265
3265
0 commit comments