Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f0a2c8

Browse files
committed
Improve pgbench docs regarding per-transaction logging.
The old documentation didn't know about the new -b flag, only about -f.Fabien Coelho
1 parentd797bf7 commit7f0a2c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/pgbench.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,12 +1135,12 @@ END;
11351135
The format of the log is:
11361136

11371137
<synopsis>
1138-
<replaceable>client_id</> <replaceable>transaction_no</> <replaceable>time</> <replaceable>file_no</> <replaceable>time_epoch</> <replaceable>time_us</> <optional><replaceable>schedule_lag</replaceable></optional>
1138+
<replaceable>client_id</> <replaceable>transaction_no</> <replaceable>time</> <replaceable>script_no</> <replaceable>time_epoch</> <replaceable>time_us</> <optional><replaceable>schedule_lag</replaceable></optional>
11391139
</synopsis>
11401140

11411141
where <replaceable>time</> is the total elapsed transaction time in microseconds,
1142-
<replaceable>file_no</> identifies which script file was used
1143-
(useful whenmultiple scripts were specified with <option>-f</>),
1142+
<replaceable>script_no</> identifies which script file was used (useful when
1143+
multiple scripts were specified with <option>-f</> or <option>-b</>),
11441144
and <replaceable>time_epoch</>/<replaceable>time_us</> are a
11451145
Unix epoch format time stamp and an offset
11461146
in microseconds (suitable for creating an ISO 8601

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp