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 - - xheader_width - - - Sets the maximum width of the header for expanded output to one of - full (the default value), - column, page, or an - integer value. - - - - full: the expanded header is not truncated, - and will be as wide as the widest output line. - - - - column: truncate the header line to the - width of the first column. - - - - page: truncate the header line to the terminal - width. - - - - integer value: specify - the exact maximum width of the header line. - - - - fieldsep @@ -3260,6 +3228,38 @@ lo_import 152801 + + + xheader_width + + + Sets the maximum width of the header for expanded output to one of + full (the default value), + column, page, or an + integer value. + + + + full: the expanded header is not truncated, + and will be as wide as the widest output line. + + + + column: truncate the header line to the + width of the first column. + + + + page: truncate the header line to the terminal + width. + + + + integer value: specify + the exact maximum width of the header line. + + +