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:
@ -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>
|
||||
|
Reference in New Issue
Block a user