When I use psql
, the command line tool of PostgreSQL, in interactive mode, it lists data as paginated output.
However, because I use psql
in a terminal application which can handle long outputs itself, I rather would like to get the whole output without the paginating with the annoying --more--
line.
Is there any way to customise the paging behavior in psql
? I tried to set LESS
in the surrounding shell environment to cat
, but this din't help.
Any suggestions?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…