Re: patch to suppress psql timing output in quiet mode

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: patch to suppress psql timing output in quiet mode
Дата
Msg-id 4623D9AA.3040601@hagander.net
обсуждение исходный текст
Ответ на patch to suppress psql timing output in quiet mode  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-patches
Merlin Moncure wrote:
> I noticed that when psql accepts input from stdin or -f (but not -c),
> and timing is set to on in .psqlrc, timing results are printed out to
> stdout even when -q (quiet) is passed in.
>
> This may not be the perfect solution, but it fixes the problem (I'm
> having problems with bash scripts that are borking on time returned).
>
> current behavior:
> [root@mernix psql]# echo "select 0" | psql -tAq
> 0
> Time: 1.155 ms
> [root@mernix psql]# psql -tAqc"select 0"
> 0

Makes sense to me. Applied and backpatched, thanks!

//Magnus

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

Предыдущее
От: Stefan Huehner
Дата:
Сообщение: Re: Remove warning about const qualifier
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: scrollable cursor support without MOVE statement