あなたには非常に多くの選択肢があり、どのように混乱するのでしょう:-)?主なコントロールは次のとおりです。
# \pset format
# \H
# \x
# \pset pager off
それぞれに他のオプションと相互作用があります。最も自動化されたオプションは次のとおりです。
# \x off;\pset format wrapped
# \x auto
新しい「\ x auto」オプションは、「必要な場合のみ」行ごとの表示に切り替えます。
-[ RECORD 1 ]---------------
id          | 6
description | This is a gallery of oilve oil brands.
authority   | I love olive oil, and wanted to create a place for
reviews and comments on various types.
-[ RECORD 2 ]---------------
id          | 19
description | XXX Test A 
authority   | Testing
以前の「ラップされた\ pset形式」は、データを画面にきれいに収めようとする点で似ていますが、ヘッダーが合わない場合は、整列されていない状態に戻ります。これがラップされた例です:
 id |          description           |            authority            
----+--------------------------------+---------------------------------
  6 | This is a gallery of oilve     | I love olive oil, and wanted to
    ; oil brands.                    ;  create a place for reviews and
    ;                                ;  comments on various types.
 19 | Test Test A                    | Testing