Unable to reset stats using pg_stat_reset_replication_slot

From: Satya Thirumani <satyanarayana(dot)thirumani(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Unable to reset stats using pg_stat_reset_replication_slot
Date: 2022-11-18 13:08:56
Message-ID: CAA=bUScJ16sQ3bLdcKc=6Mtt3HLHQ76AcaTwRszRaOUN3nSf9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm unable to reset stats. Please help me to fix this?

testdb => select * from pg_stat_reset_replication_slot(NULL);
ERROR: permission denied for function pg_stat_reset_replication_slot

Regards,
*Satya*

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2022-11-18 13:20:10 Re: [PoC] Improve dead tuple storage for lazy vacuum
Previous Message Masahiko Sawada 2022-11-18 13:07:22 Re: Add index scan progress to pg_stat_progress_vacuum