On Tue, Sep 24, 2013 at 6:37 PM, Daniel Tahara <daniel.tahara@xxxxxxxx> wrote:
time echo '\\timing \\\\ select msg from test' | $PG_ROOT/bin/psql >> out.txt
This should be:
time echo '\\timing \\\\ select msg from test' | $PG_ROOT/bin/psql test >> out.txt
Sorry for the typo, and thanks for the help.