Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id DA546632A67 for ; Mon, 5 Jul 2010 14:11:26 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 63196-01 for ; Mon, 5 Jul 2010 17:11:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from spinlock.commandprompt.com (unknown [207.173.203.215]) by mail.postgresql.org (Postfix) with ESMTP id A129F632842 for ; Mon, 5 Jul 2010 14:11:19 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by spinlock.commandprompt.com (Postfix) with ESMTP id 004C2348037; Mon, 5 Jul 2010 10:10:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at commandprompt.com Received: from spinlock.commandprompt.com ([127.0.0.1]) by localhost (spinlock.commandprompt.com.commandprompt.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9D2+Y9-YUKQL; Mon, 5 Jul 2010 10:10:52 -0700 (PDT) Received: from alvh.no-ip.org (unknown [186.10.215.251]) by spinlock.commandprompt.com (Postfix) with ESMTPSA id 7BC6C348035; Mon, 5 Jul 2010 10:10:51 -0700 (PDT) Received: by alvh.no-ip.org (Postfix, from userid 1000) id 3E5B6438219; Mon, 5 Jul 2010 13:10:30 -0400 (CDT) Content-Type: text/plain; charset=utf8 Cc: pgsql-admin Subject: Re: Change to 'timing on' globally From: Alvaro Herrera To: Balkrishna Sharma In-reply-to: References: Date: Mon, 05 Jul 2010 13:10:30 -0400 Message-Id: <1278349811-sup-6775@alvh.no-ip.org> User-Agent: Sup/0.11 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=1.593 tagged_above=-10 required=5 tests=BAYES_50=0.8, RDNS_NONE=0.793 X-Spam-Level: * X-Archive-Number: 201007/10 X-Sequence-Number: 35029 Excerpts from Balkrishna Sharma's message of lun jul 05 13:00:44 -0400 2010: > > I know that we can toggle the timing at session level by using \timing in psql. > Is there a way to set the default to 'timing on' globally across the database or atleast across all psql statements by a specificied user ? .psqlrc ?