aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2013-07-17 08:05:37 +0900
committerTatsuo Ishii <ishii@postgresql.org>2013-07-17 08:05:37 +0900
commit4a87f308b33457670f9ab4bc622678e5d285b9c2 (patch)
treea8c90d13e659f2fe32088fa76c17d027b4bc075e /doc/src
parentcc1965a99bf87005f431804bbda0f723887a04d6 (diff)
downloadpostgresql-4a87f308b33457670f9ab4bc622678e5d285b9c2.tar.gz
postgresql-4a87f308b33457670f9ab4bc622678e5d285b9c2.zip
Add --progress option to show progress report
Patch contributed by Fabien COELHO, reviewed by KONDO Mitsumasa.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgbench.sgml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml
index a7f41e1243f..1ab8bbfe7c7 100644
--- a/doc/src/sgml/pgbench.sgml
+++ b/doc/src/sgml/pgbench.sgml
@@ -408,6 +408,16 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
</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>
<listitem>