From 7f0a2c85fb221bae6908fb2fddad21a4c6d14438 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 29 Mar 2016 14:07:55 -0400 Subject: [PATCH] Improve pgbench docs regarding per-transaction logging. The old documentation didn't know about the new -b flag, only about -f. Fabien Coelho --- doc/src/sgml/ref/pgbench.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 9707c30c2e..06cd5db32e 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -1135,12 +1135,12 @@ END; The format of the log is: -client_id transaction_no time file_no time_epoch time_us schedule_lag +client_id transaction_no time script_no time_epoch time_us schedule_lag where time is the total elapsed transaction time in microseconds, - file_no identifies which script file was used - (useful when multiple scripts were specified with