i run SQL*Plus inside of an emacs window, because I like to cut
and paste between a scratch buffer and SQL*Plus session. I'd
like to be able to do the same thing with psql, but there is one
thing I find very annoying: when the results of a select extend
beyond one page, psql wants me to page down through the
output (instead of just dumping it all to the screen). The paging
down screws up my emacs shell.
and paste between a scratch buffer and SQL*Plus session. I'd
like to be able to do the same thing with psql, but there is one
thing I find very annoying: when the results of a select extend
beyond one page, psql wants me to page down through the
output (instead of just dumping it all to the screen). The paging
down screws up my emacs shell.
Is there a way to turn this off? I.e. some flag in psql that tells it to
just keep dumping output to the screen, and not break it up into
pages?
Request notifications