On Mon, Feb 28, 2022 at 8:59 AM Peter Smith <smithpb2250@gmail.com> wrote:
>
>
> 2. doc/src/sgml/monitoring.sgml
>
> + Resets statistics for a single subscription shown in the
> + <structname>pg_stat_subscription_stats</structname> view to zero. If
> + the argument is <literal>NULL</literal>, reset statistics for all
> + subscriptions.
> </para>
>
> SUGGESTED (simpler description, more similar to pg_stat_reset_replication_slot)
> Reset statistics to zero for a single subscription. If the argument is
> <literal>NULL</literal>, reset statistics for all subscriptions.
>
As discussed, it is better to keep the view name in this description
important as we have another view (pg_stat_susbcription) as well. So,
I am planning to retain the current wording.
--
With Regards,
Amit Kapila.