mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
doc: Move list entry to proper position
This commit is contained in:
parent
e3cb1a586c
commit
b93c63d197
@ -2884,38 +2884,6 @@ lo_import 152801
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="app-psql-meta-command-pset-xheader-width">
|
|
||||||
<term><literal>xheader_width</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Sets the maximum width of the header for expanded output to one of
|
|
||||||
<literal>full</literal> (the default value),
|
|
||||||
<literal>column</literal>, <literal>page</literal>, or an
|
|
||||||
<replaceable class="parameter">integer value</replaceable>.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
<literal>full</literal>: the expanded header is not truncated,
|
|
||||||
and will be as wide as the widest output line.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
<literal>column</literal>: truncate the header line to the
|
|
||||||
width of the first column.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
<literal>page</literal>: truncate the header line to the terminal
|
|
||||||
width.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
<replaceable class="parameter">integer value</replaceable>: specify
|
|
||||||
the exact maximum width of the header line.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry id="app-psql-meta-command-pset-fieldsep">
|
<varlistentry id="app-psql-meta-command-pset-fieldsep">
|
||||||
<term><literal>fieldsep</literal></term>
|
<term><literal>fieldsep</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -3260,6 +3228,38 @@ lo_import 152801
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="app-psql-meta-command-pset-xheader-width">
|
||||||
|
<term><literal>xheader_width</literal></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Sets the maximum width of the header for expanded output to one of
|
||||||
|
<literal>full</literal> (the default value),
|
||||||
|
<literal>column</literal>, <literal>page</literal>, or an
|
||||||
|
<replaceable class="parameter">integer value</replaceable>.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<literal>full</literal>: the expanded header is not truncated,
|
||||||
|
and will be as wide as the widest output line.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<literal>column</literal>: truncate the header line to the
|
||||||
|
width of the first column.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<literal>page</literal>: truncate the header line to the terminal
|
||||||
|
width.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<replaceable class="parameter">integer value</replaceable>: specify
|
||||||
|
the exact maximum width of the header line.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user