Re: How to gather transaction information for reporting in postgress

From: MichaelDBA <MichaelDBA(at)sqlexec(dot)com>
To: "Tharmarajah, Sam" <sambavan(dot)tharmarajah(at)usask(dot)ca>
Cc: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: How to gather transaction information for reporting in postgress
Date: 2020-12-11 16:23:59
Message-ID: 0cf5855e-39d9-244e-1523-be0416a432fc@sqlexec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You can get transactions per time duration aka TPS from pg_stat_database
table for commit and rollbacks.

Regards,
Michael Vitale

Tharmarajah, Sam wrote on 12/11/2020 10:49 AM:
>
> Hi All,
>
> I am new to postgress. We have postgress 9.3 and we have been
> requested to gather transaction information from the database. I there
> any views or tables that we can use to gather those information?
>
> My advance thanks for all the helps.
>
> Thanx,
>
> Sam
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Ribe 2020-12-11 20:20:15 Re: 12 to 13 migration, the privs error with pg_pltemplate
Previous Message Tharmarajah, Sam 2020-12-11 15:49:17 How to gather transaction information for reporting in postgress