From: Robert Haas Date: Wed, 9 Nov 2016 21:26:32 +0000 (-0500) Subject: pgbench: Allow the transaction log file prefix to be changed. X-Git-Tag: REL_10_BETA1~1421 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=41124a91e61fc6d9681c1e8b15ba30494e84d643;p=postgresql.git pgbench: Allow the transaction log file prefix to be changed. Masahiko Sawada, reviewed by Fabien Coelho and Beena Emerson, with some a bit of wordsmithing and cosmetic adjustment by me. --- diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 285608d508a..3a65729bf35 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -614,6 +614,16 @@ pgbench options dbname + + + + + Set the filename prefix for the transaction log file created by + + + + @@ -1121,15 +1131,17 @@ END; With the , pgbench writes the time taken by each transaction to a log file. The log file will be named - pgbench_log.nnn, where - nnn is the PID of the pgbench process. - If the