diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-06-13 15:00:52 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-06-13 15:00:52 +0200 |
commit | b93c63d1972a28ffa3e16c2bc71fd60d82a57f73 (patch) | |
tree | acc2f95612c57f29999d8d251f928235b7672ed8 | |
parent | e3cb1a586cef746326eeabf36d103ea1136607f9 (diff) | |
download | postgresql-b93c63d1972a28ffa3e16c2bc71fd60d82a57f73.tar.gz postgresql-b93c63d1972a28ffa3e16c2bc71fd60d82a57f73.zip |
doc: Move list entry to proper position
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 880d3d0b324..35aec6d3ce8 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2884,38 +2884,6 @@ lo_import 152801 </listitem> </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"> <term><literal>fieldsep</literal></term> <listitem> @@ -3260,6 +3228,38 @@ lo_import 152801 </para> </listitem> </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> </para> |