Re: \timing on/off

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "pgsql-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: \timing on/off
Date: 2008-06-10 09:24:04
Message-ID: 484E4834.7050401@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

And here is the patch I forgot to attach.

Heikki Linnakangas wrote:
> I started to look at David Fetter's patch to enable "\timing on/off", in
> addition to toggling the mod with just "\timing".
>
> I gather that the conclusion of the thread "Making sure \timing is on",
> starting at:
> http://archives.postgresql.org/pgsql-general/2008-05/msg00324.php
>
> was that we should leave \H and \a alone for now, because it's not clear
> what "\H off" would do. And \a is already documented as deprecated; we
> might want to do that for \H as well.
>
> Here's a patch, based on David's patch, that turns timing into a \pset
> variable, and makes \timing an alias for \pset timing. This makes
> \timing behave the same as \x.
>
> I also moved the help line from the "External" section into
> "Formatting". I don't think \timing is "external" in the same sense as
> \cd or \! are. Rather, it controls the output, like \x or \pset options.
>

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Attachment Content-Type Size
timing-onoff-1.patch text/x-diff 10.2 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Pavel Stehule 2008-06-10 09:39:21 Re: SQL: table function support
Previous Message Heikki Linnakangas 2008-06-10 09:22:05 \timing on/off