Re: How to gather transaction information for reporting in postgress - Mailing list pgsql-admin

From MichaelDBA
Subject Re: How to gather transaction information for reporting in postgress
Date
Msg-id 0cf5855e-39d9-244e-1523-be0416a432fc@sqlexec.com
Whole thread Raw
In response to How to gather transaction information for reporting in postgress  ("Tharmarajah, Sam" <sambavan.tharmarajah@usask.ca>)
List 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


pgsql-admin by date:

Previous
From: "Tharmarajah, Sam"
Date:
Subject: How to gather transaction information for reporting in postgress
Next
From: Scott Ribe
Date:
Subject: Re: 12 to 13 migration, the privs error with pg_pltemplate