あなたにはたくさんの選択肢があります、どうしてあなたは混乱することができますか:-)?主なコントロールは次のとおりです。
# \pset format
# \H
# \x
# \pset pager off
それぞれにオプションがあり、他との相互作用があります。最も自動化されたオプションは次のとおりです。
# \x off;\pset format wrapped
# \x auto
新しい「\xauto」オプションは、「必要な場合」にのみ行ごとの表示に切り替わります。
-[ 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
古い「\psetformatwrapped」は、データを画面にきちんと収まろうとするという点で似ていますが、ヘッダーが収まらない場合は、整列されていない状態にフォールバックします。ラップされた例を次に示します。
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