psql omits row count under "\x auto"

Поиск
Список
Период
Сортировка
От Noah Misch
Тема psql omits row count under "\x auto"
Дата
Msg-id 20120423163003.GB20512@tornado.leadboat.com
обсуждение исходный текст
Ответы Re: psql omits row count under "\x auto"  (Robert Haas <robertmhaas@gmail.com>)
Re: psql omits row count under "\x auto"  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I've been enjoying "\x auto" in .psqlrc, but I noticed the row count footer
missing when it chooses ordinary output:

[local] test=# \x off
Expanded display is off.
[local] test=# select 1;?column?
----------       1
(1 row)

[local] test=# \x auto
Expanded display is used automatically.
[local] test=# select 1;?column?
----------       1

[local] test=#

Looks like the logic in printQuery() needs further treatment.

Thanks,
nm


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: B-tree page deletion boundary cases
Следующее
От: Ants Aasma
Дата:
Сообщение: Re: Gsoc2012 idea, tablesample