Re: psql ctrl+f skips displaying of one record and displays skippingone line

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: psql ctrl+f skips displaying of one record and displays skippingone line
Дата
Msg-id CA+hUKGLu7xRLo36raE8McsPzq0YAqb9duPMfeiB5iGuPAiU6vg@mail.gmail.com
обсуждение исходный текст
Ответ на psql ctrl+f skips displaying of one record and displays skipping one line  (vignesh C <vignesh21@gmail.com>)
Ответы Re: psql ctrl+f skips displaying of one record and displays skipping one line  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Jul 17, 2019 at 4:07 PM vignesh C <vignesh21@gmail.com> wrote:
> One observation when we execute a select query having results more than the screen space available and press ctrl+f
todisplay 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: vignesh C
Дата:
Сообщение: psql ctrl+f skips displaying of one record and displays skipping one line
Следующее
От: Gareth Palmer
Дата:
Сообщение: [PATCH] Implement INSERT SET syntax