Disable wrapping in Psql output

后端 未结 5 1452
猫巷女王i
猫巷女王i 2021-02-06 21:43

When using Psql in Linux, if the result of my SQL query contains many columns or long strings of data, it will wrap the initial view and only once I scroll to the side will it s

5条回答
  •  无人及你
    2021-02-06 22:19

    To disable the wrapped output of the select query.

    \pset pager on and \pset pager off to switch back to the older output view.

提交回复
热议问题