Is there a way to know write statistics on an individual index - Mailing list pgsql-general

From higherone
Subject Is there a way to know write statistics on an individual index
Date
Msg-id CAPgEv8cFisnZ5mtuETw0TPf=qwDo8VhecKD2rSS5BvM+1Jdu8A@mail.gmail.com
Whole thread Raw
Responses Re: Is there a way to know write statistics on an individual index  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-general
Hi,

I know there's a pg_stats_user_indexes that gives statistics about the index scans/fetches, but I don't find any information about how many writes(insert/update/delete) happen on this individual index.
Is there some tool that could achieve this?

Thanks,
Alun

pgsql-general by date:

Previous
From: Andres Freund
Date:
Subject: Re: Getting PSQL in Windows to support TAB/Autocomplete via modified readline...
Next
From: G Chandrasekar
Date:
Subject: Reading from replication slot fails if publication is dropped and created.