선택의 폭이 넓어 어떻게 혼란 스러울 수 있습니까? 주요 컨트롤은 다음과 같습니다.
# \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 wrap format"은 화면에 데이터를 깔끔하게 맞추려고하지만 헤더가 맞지 않으면 정렬되지 않은 상태로 돌아갑니다. 래핑 된 예는 다음과 같습니다.
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