1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add --progress option to show progress report

Patch contributed by Fabien COELHO, reviewed by KONDO Mitsumasa.
This commit is contained in:
Tatsuo Ishii
2013-07-17 08:05:37 +09:00
parent cc1965a99b
commit 4a87f308b3
2 changed files with 94 additions and 2 deletions

View File

@ -407,6 +407,16 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-P</option> <replaceable>sec</></term>
<term><option>--progress</option> <replaceable>sec</></term>
<listitem>
<para>
Show progress report about every <literal>sec</> seconds.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-s</option> <replaceable>scale_factor</></term>
<term><option>--scale=</option><replaceable>scale_factor</></term>