File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -993,10 +993,9 @@ END;
993
993
Field <replaceable>schedule_lag</> is the difference between the
994
994
transaction's scheduled start time, and the time it actually started, in
995
995
microseconds. It is only present when the <option>--rate</> option is used.
996
- The last field <replaceable>skipped_transactions</> reports the number of
997
- transactions skipped because they were too far behind schedule. It is only
998
- present when both options <option>--rate</> and <option>--latency-limit</>
999
- are used.
996
+ When both <option>--rate</> and <option>--latency-limit</> are used,
997
+ the <replaceable>time</> for a skipped transaction will be reported as
998
+ <literal>skipped</>.
1000
999
</para>
1001
1000
1002
1001
<para>
Original file line number Diff line number Diff line change @@ -633,16 +633,6 @@ doc/src/sgml/ref/postgres-ref.sgml
633
633
</listitem>
634
634
</varlistentry>
635
635
636
- <varlistentry>
637
- <term><envar>TZ</envar></term>
638
-
639
- <listitem>
640
- <para>
641
- Server time zone
642
- </para>
643
- </listitem>
644
- </varlistentry>
645
-
646
636
</variablelist>
647
637
</refsect1>
648
638
You can’t perform that action at this time.
0 commit comments