Re: Customizing psql console to show execution times

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Phoenix Kiula" <phoenix(dot)kiula(at)gmail(dot)com>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Customizing psql console to show execution times
Date: 2007-08-15 15:38:28
Message-ID: dcc563d10708150838h6e39921kda7f71d5f3fb481a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/15/07, Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> wrote:
> In some examples posted to this forum, it seems to me that when people
> execute queries in the psql window, they also see "90 ms taken"
> (milliseconds), which denotes the time taken to execute the query.
> Where can I set this option because I'm not seeing it in my psql
> window on both Win XP and Linux. Thanks!

If your on an OS with a time command (linux, windows with the gnu
utils ported to it) you can do:

time psql -c "select ..."

OR you can do

echo "\\\timing\nselect ...."|psql dbname

This is all from linux. I don't know how this "windows" you speak of
works really. Seriously, I stopped using it so long ago I'm lost when
I'm on it.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Armstrong 2007-08-15 15:40:18 Re: Yet Another COUNT(*)...WHERE...question
Previous Message Leif B. Kristensen 2007-08-15 15:36:56 Re: Customizing psql console to show execution times