Skip to content

Commit b93c63d

Browse files
committed
doc: Move list entry to proper position
1 parent e3cb1a5 commit b93c63d

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,38 +2884,6 @@ lo_import 152801
28842884
</listitem>
28852885
</varlistentry>
28862886

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-
29192887
<varlistentry id="app-psql-meta-command-pset-fieldsep">
29202888
<term><literal>fieldsep</literal></term>
29212889
<listitem>
@@ -3260,6 +3228,38 @@ lo_import 152801
32603228
</para>
32613229
</listitem>
32623230
</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>
32633263
</variablelist>
32643264
</para>
32653265

0 commit comments

Comments
 (0)