Re: [PATCHES] patch to suppress psql timing output in quiet mode

2007-04-16 Thread Magnus Hagander
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 problem

[PATCHES] patch to suppress psql timing output in quiet mode

2007-04-11 Thread Merlin Moncure
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 bork