1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Add optional on/off argument to \timing.

David Fetter.
This commit is contained in:
Heikki Linnakangas
2008-06-11 10:48:17 +00:00
parent 96675bff1f
commit 8b64a2642a
2 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.207 2008/06/01 16:23:08 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.208 2008/06/11 10:48:16 heikki Exp $
PostgreSQL documentation
-->
@ -1861,10 +1861,11 @@ lo_import 152801
<varlistentry>
<term><literal>\timing</literal></term>
<term><literal>\timing [ <replaceable class="parameter">on</replaceable> | <replaceable class="parameter">off</replaceable> ]</literal></term>
<listitem>
<para>
Toggles a display of how long each SQL statement takes, in milliseconds.
Without parameter, toggles a display of how long each SQL statement
takes, in milliseconds. With parameter, sets same.
</para>
</listitem>
</varlistentry>