Re: controlling psql's use of the pager a bit more

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: controlling psql's use of the pager a bit more
Дата
Msg-id 20141204205328.GE26945@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: controlling psql's use of the pager a bit more  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: controlling psql's use of the pager a bit more  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:

> However, there is more work to do. As Tom noted upthread, psql's calculation
> of the number of lines is pretty bad. For example, if I do:
> 
>    \pset pager_min_lines 100
>    select * from generate_series(1,50);
> 
> the pager still gets invoked, which is unfortunate to say the least.
> 
> So I'm going to take a peek at that.

Any luck there?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: duplicated partial-column assigns allowed by checkInsertTargets
Следующее
От: Andres Freund
Дата:
Сообщение: Re: superuser() shortcuts