On Wed, Jul 17, 2019 at 4:07 PM vignesh C <vignes...@gmail.com> wrote:
> One observation when we execute a select query having results more than the 
> screen space available and press ctrl+f to display the remaining records, one 
> of the record was not displayed and the message "...skipping one line" was 
> displayed.
>
> I'm not sure if this is intentional behaviour.

Pretty sure this is coming from your system's pager.  You can see the
same thing when you run this on a RHEL box:

seq 1 10000 | more

It skips a line each time you press ^F.

Doesn't happen on FreeBSD or macOS though.


--
Thomas Munro
https://enterprisedb.com


Reply via email to